1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-04 05:17:47 +02:00

Remove track panel hijack hooks from ModuleManager...

... It ended up not used, and long ago superseded by other TrackPanel
reorganization.

Such things as that (and many more) will be implemented with different
idioms (registries in various higher level code) without requiring changes in
this low level protocol for loading modules.
This commit is contained in:
Paul Licameli
2021-03-02 10:21:25 -05:00
parent bbda68c079
commit e85ddf4a6d
6 changed files with 5 additions and 80 deletions

View File

@@ -23,8 +23,6 @@ class wxDynamicLibrary;
class ComponentInterface;
class ModuleInterface;
wxWindow * MakeHijackPanel();
//
// Module Manager
//