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:
@@ -23,8 +23,6 @@ class wxDynamicLibrary;
|
||||
class ComponentInterface;
|
||||
class ModuleInterface;
|
||||
|
||||
wxWindow * MakeHijackPanel();
|
||||
|
||||
//
|
||||
// Module Manager
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user