Remove internal edit mode and add "content" tool.
[ardour.git] / gtk2_ardour / actions.cc
index 4c4117edcbb9fd46da10ee68dec341ed9bb4bb8b..f208c6c8d3516486e431db7d831cb1024e90d266 100644 (file)
@@ -36,7 +36,6 @@
 
 #include "gtkmm2ext/actions.h"
 
-#include "utils.h"
 #include "actions.h"
 #include "i18n.h"
 
@@ -76,7 +75,7 @@ ActionManager::load_menus (const string& menus_file)
 {
        std::string ui_file;
 
-       find_file_in_search_path (ardour_config_search_path(), menus_file, ui_file);
+       find_file (ardour_config_search_path(), menus_file, ui_file);
 
        bool loaded = false;