Don't add auditioner and click to MIDI connection port matrices.
[ardour.git] / gtk2_ardour / theme_manager.cc
index 8270c7bcb6109ed75f665c55755a0ae35ec28442..6b574588b63655f31eea056b0f3b90331880a46c 100644 (file)
@@ -106,7 +106,7 @@ ThemeManager::~ThemeManager()
 }
 
 int
-ThemeManager::save (string path)
+ThemeManager::save (string /*path*/)
 {
        return 0;
 }
@@ -195,11 +195,11 @@ load_rc_file (const string& filename, bool themechange)
        spath += user_config_directory();
        spath += system_config_search_path();
 
-       if(!find_file_in_search_path (spath, filename, rc_file_path))
-       {
-               warning << string_compose(_("Unable to find UI style file %1 in search path %2. Ardour will look strange"),
+       if (!find_file_in_search_path (spath, filename, rc_file_path)) {
+               warning << string_compose(
+                               _("Unable to find UI style file %1 in search path %2. Ardour will look strange"),
                                filename, spath.to_string()) 
-                       << endmsg;
+                               << endmsg;
                return;
        }