summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-14 16:14:18 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-14 16:14:18 -0500
commit59f32dc80f7ba299534e4fefa2bf02e9fff4b8b2 (patch)
treefe804b585bce618fd39c4357b22098407b49dea6 /gtk2_ardour/theme_manager.h
parent48a7a11974fb378483da9c4cce6e2af4d7060c5d (diff)
remove base color concept from UIConfiguration and ThemeManager.
What used to be "relative colors" (defined relative to base colors) are now defined in absolute terms.
Diffstat (limited to 'gtk2_ardour/theme_manager.h')
-rw-r--r--gtk2_ardour/theme_manager.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/gtk2_ardour/theme_manager.h b/gtk2_ardour/theme_manager.h
index dee3f5d151..f023076c97 100644
--- a/gtk2_ardour/theme_manager.h
+++ b/gtk2_ardour/theme_manager.h
@@ -50,7 +50,6 @@ class ThemeManager : public ArdourWindow
~ThemeManager();
int save (std::string path);
- void setup_basic_color_display ();
void reset_canvas_colors();
void on_dark_theme_button_toggled ();
@@ -77,16 +76,9 @@ class ThemeManager : public ArdourWindow
Gtk::TreeModelColumn<Gdk::Color> gdkcolor;
};
- BasicColorDisplayModelColumns basic_color_columns;
- Gtk::TreeView basic_color_display;
- Glib::RefPtr<Gtk::TreeStore> basic_color_list;
-
- bool basic_color_button_press_event (GdkEventButton*);
-
Gtk::ColorSelectionDialog color_dialog;
sigc::connection color_dialog_connection;
- Gtk::ScrolledWindow scroller;
Gtk::HBox theme_selection_hbox;
Gtk::RadioButton dark_button;
Gtk::RadioButton light_button;
@@ -104,11 +96,6 @@ class ThemeManager : public ArdourWindow
Gtk::Label icon_set_label;
Gtk::ComboBoxText icon_set_dropdown;
- /* handles response from color dialog when it used to
- edit a basic color
- */
- void basic_color_response (int, std::string);
-
/* handls response from color dialog when it is used to
edit a derived color.
*/