summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editing.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-09-27 16:17:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-09-27 16:17:21 +0000
commitdfa476334a5498bb287d519e4519f5f46706cf9a (patch)
tree48a9f7d6abe67b56ad3e75f5d49a7d859b5732ab /gtk2_ardour/editing.cc
parente79a7e8ff95d50fec527e6f6381cd30bcf57c8f8 (diff)
2 patches from jdavisp3; remove some debugging output from generic MIDI; rationalize string usage in SoundFileOmega; allow "mode hint" when using SoundFileOmega; restore context menu import functionality; bump to v2.1
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2490 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editing.cc')
-rw-r--r--gtk2_ardour/editing.cc30
1 files changed, 0 insertions, 30 deletions
diff --git a/gtk2_ardour/editing.cc b/gtk2_ardour/editing.cc
index f0b65cdbd1..dd672c73a2 100644
--- a/gtk2_ardour/editing.cc
+++ b/gtk2_ardour/editing.cc
@@ -151,36 +151,6 @@ const char *displaycontrolstrs[] = {
#undef DISPLAYCONTROL
#define DISPLAYCONTROL(a) /*empty*/
-//IMPORTMODE
-#undef IMPORTMODE
-#define IMPORTMODE(s) N_(#s),
-const char *importmodestrs[] = {
- #include "editing_syms.h"
- 0
-};
-#undef IMPORTMODE
-#define IMPORTMODE(a) /*empty*/
-
-//IMPORTPOSITION
-#undef IMPORTPOSITION
-#define IMPORTPOSITION(s) N_(#s),
-const char *importpositionstrs[] = {
- #include "editing_syms.h"
- 0
-};
-#undef IMPORTPOSITION
-#define IMPORTPOSITION(a) /*empty*/
-
-//IMPORTCHANNEL
-#undef IMPORTCHANNEL
-#define IMPORTCHANNEL(s) N_(#s),
-const char *importchannelstrs[] = {
- #include "editing_syms.h"
- 0
-};
-#undef IMPORTCHANNEL
-#define IMPORTCHANNEL(a) /*empty*/
-
} // namespace Editing