Do not try to restore Route solo state after clearing all solo state
[ardour.git] / gtk2_ardour / ui_config.h
index 3db30c0180b275fc4a8fe9f68633ae26263a916e..2fac5e571dc9fa62b994b8c275e5da30f4be23cb 100644 (file)
@@ -53,14 +53,14 @@ private:
        int load_state ();
        int save_state ();
        int load_defaults ();
-       int load_color_theme (bool allow_own=true);
+       int load_color_theme (bool allow_own);
 
        int set_state (const XMLNode&, int version);
        XMLNode& get_state (void);
        XMLNode& get_variables (std::string);
        void set_variables (const XMLNode&);
 
-       std::string  color_file_name (bool use_my, bool with_program, bool with_version) const;
+       std::string  color_file_name (bool use_my, bool with_version) const;
 
        typedef std::map<std::string,ArdourCanvas::Color> Colors;
        typedef std::map<std::string,std::string> ColorAliases;
@@ -86,7 +86,6 @@ private:
        sigc::signal<void>  ColorsChanged;
 
        void reset_dpi ();
-       void set_pango_fontsize ();
 
        float get_ui_scale ();
 
@@ -137,11 +136,12 @@ private:
        bool colors_modified;
        bool modifiers_modified;
 
-       int store_color_theme ();
+       int  store_color_theme ();
        void load_color_aliases (XMLNode const &);
        void load_colors (XMLNode const &);
        void load_modifiers (XMLNode const &);
        void reset_gtk_theme ();
+       int  load_color_file (std::string const &);
        void colors_changed ();
 
        uint32_t block_save;