mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 17:49:45 +02:00
Don't register the Demo command
It's only for developers.
This commit is contained in:
parent
14aad758fa
commit
952ff1f61e
@ -36,7 +36,8 @@ parameters. It is for development purposes.
|
||||
const ComponentInterfaceSymbol DemoCommand::Symbol
|
||||
{ XO("Demo") };
|
||||
|
||||
namespace{ BuiltinCommandsModule::Registration< DemoCommand > reg; }
|
||||
//Don't register the demo command.
|
||||
//namespace{ BuiltinCommandsModule::Registration< DemoCommand > reg; }
|
||||
|
||||
bool DemoCommand::DefineParams( ShuttleParams & S ){
|
||||
S.Define( delay, wxT("Delay"), 1.0f, 0.001f, FLT_MAX, 1.0f );
|
||||
|
Loading…
x
Reference in New Issue
Block a user