1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-27 07:43:50 +01:00

remove various unused #defines and bits of code, patch by Campbell Barton

This commit is contained in:
RichardAsh1981@gmail.com
2013-09-23 20:16:02 +00:00
parent 14f861f4b1
commit 6a7da21dec
11 changed files with 4 additions and 52 deletions

View File

@@ -30,17 +30,6 @@
#include "../Menus.h"
#include "../toolbars/ToolManager.h"
#define ChainsListID 7005
#define AddButtonID 7006
#define RemoveButtonID 7007
#define CommandsListID 7008
#define ImportButtonID 7009
#define ExportButtonID 7010
#define DefaultsButtonID 7011
#define UpButtonID 7012
#define DownButtonID 7013
#define RenameButtonID 7014
BEGIN_EVENT_TABLE(BatchPrefs, wxPanel)
END_EVENT_TABLE()