summaryrefslogtreecommitdiff
path: root/gtk2_ardour/color_theme_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/color_theme_manager.h')
-rw-r--r--gtk2_ardour/color_theme_manager.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk2_ardour/color_theme_manager.h b/gtk2_ardour/color_theme_manager.h
index 85759392e0..7673410fd1 100644
--- a/gtk2_ardour/color_theme_manager.h
+++ b/gtk2_ardour/color_theme_manager.h
@@ -39,7 +39,7 @@ namespace ArdourCanvas {
class ArdourDialog;
-class ColorThemeManager : public Gtk::VBox, public OptionEditorComponent
+class ColorThemeManager : public OptionEditorBox
{
public:
ColorThemeManager();
@@ -56,9 +56,6 @@ class ColorThemeManager : public Gtk::VBox, public OptionEditorComponent
/** Called to instruct the object to set its UI state from the configuration */
void set_state_from_config ();
- /** Called to instruct the object to add itself to an OptionEditorPage */
- void add_to_page (OptionEditorPage *);
-
void set_note (std::string const &);
Gtk::Widget& tip_widget();