1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-18 08:31:13 +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

@@ -18,16 +18,8 @@
#include "commands/ScriptCommandRelay.h"
/*
There are several functions that can be used in a GUI module.
//#define ModuleDispatchName "ModuleDispatch"
The most useful function. See the example in this
file. It has several cases/options in it.
//#define mainPanelFnName "MainPanelFunc"
This function is the hijacking function, to take over Audacity
and replace the main project window with our own wxFrame.
See the example in this file. It has several cases/options in it.
*/
#include "ModuleConstants.h"