son't try to select non-existent notes after editing (and thus crash).
[ardour.git] / gtk2_ardour / opts.cc
index 4e03983f853fa9a33d6d9d49181c8c4b76d4b95f..98e72de7884235c3062e3e72868ff132d82c7c0d 100644 (file)
@@ -31,7 +31,7 @@
 
 #include "opts.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 
@@ -91,11 +91,6 @@ ARDOUR_COMMAND_LINE::parse_opts (int argc, char *argv[])
        const char *optstring = "abBc:C:dD:hHk:E:m:N:nOp:PST:U:vV";
        const char *execname = strrchr (argv[0], '/');
 
-       if (getenv ("ARDOUR_SAE")) {
-               menus_file = "ardour-sae.menus";
-               keybindings_path = "SAE";
-       }
-
        if (execname == 0) {
                execname = argv[0];
        } else {