mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
Remove mod-track-panel and all mention of it
This commit is contained in:
@@ -154,7 +154,7 @@ protected:
|
||||
std::shared_ptr<TrackPanelNode> Root() override;
|
||||
|
||||
public:
|
||||
// JKC Nov-2011: These four functions only used from within a dll such as mod-track-panel
|
||||
// JKC Nov-2011: These four functions only used from within a dll
|
||||
// They work around some messy problems with constructors.
|
||||
const TrackList * GetTracks() const { return mTracks.get(); }
|
||||
TrackList * GetTracks() { return mTracks.get(); }
|
||||
|
||||
@@ -62,7 +62,6 @@ void ModulePrefs::GetAllModuleStatuses(){
|
||||
// Modules could for example be:
|
||||
// mod-script-pipe
|
||||
// mod-nyq-bench
|
||||
// mod-track-panel
|
||||
// mod-menu-munger
|
||||
// mod-theming
|
||||
|
||||
|
||||
Reference in New Issue
Block a user