mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Move DoAudacityCommand out of PluginMenus
This commit is contained in:
@@ -54,6 +54,9 @@ private:
|
||||
// Stores information for one macro
|
||||
class MacroCommands final {
|
||||
public:
|
||||
static bool DoAudacityCommand(
|
||||
const PluginID & ID, const CommandContext & context, unsigned flags );
|
||||
|
||||
// constructors and destructors
|
||||
MacroCommands();
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user