1
0
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:
Paul Licameli
2020-05-20 10:59:47 -04:00
parent 7fbfc2b292
commit 0a00110612
13 changed files with 1 additions and 882 deletions

View File

@@ -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(); }

View File

@@ -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