mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Rename 'chain' to 'macro' in history and comments.
This commit is contained in:
@@ -123,9 +123,6 @@ private:
|
||||
void OnDown(wxCommandEvent &event);
|
||||
void OnDefaults(wxCommandEvent &event);
|
||||
|
||||
//void OnApplyToProject(wxCommandEvent &event);
|
||||
//void OnApplyToFiles(wxCommandEvent &event);
|
||||
|
||||
void OnOK(wxCommandEvent &event);
|
||||
|
||||
void OnKeyDown(wxKeyEvent &event);
|
||||
@@ -133,11 +130,6 @@ private:
|
||||
void InsertCommandAt(int item);
|
||||
bool SaveChanges();
|
||||
|
||||
// These are already provided by ApplyMacroDialog
|
||||
//wxListCtrl *mList; /// List of commands in current command chain.
|
||||
//MacroCommands mMacroCommands; /// Provides list of available commands.
|
||||
//wxListCtrl *mMacros; /// List of chains.
|
||||
|
||||
wxButton *mRemove;
|
||||
wxButton *mRename;
|
||||
wxButton *mDefaults;
|
||||
|
||||
Reference in New Issue
Block a user