summaryrefslogtreecommitdiff
path: root/gtk2_ardour/meter_strip.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/meter_strip.h')
-rw-r--r--gtk2_ardour/meter_strip.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk2_ardour/meter_strip.h b/gtk2_ardour/meter_strip.h
index c27c7346af..43d9ebbf36 100644
--- a/gtk2_ardour/meter_strip.h
+++ b/gtk2_ardour/meter_strip.h
@@ -41,12 +41,11 @@ namespace Gtk {
class Style;
}
-class Meterbridge;
-
class MeterStrip : public Gtk::VBox, public RouteUI
{
public:
- MeterStrip (Meterbridge&, ARDOUR::Session*, boost::shared_ptr<ARDOUR::Route>);
+ MeterStrip (ARDOUR::Session*, boost::shared_ptr<ARDOUR::Route>);
+ MeterStrip (int);
~MeterStrip ();
void fast_update ();
@@ -75,7 +74,6 @@ class MeterStrip : public Gtk::VBox, public RouteUI
static cairo_pattern_t* render_ticks (Gtk::Widget &, std::vector<ARDOUR::DataType>);
void on_theme_changed ();
- bool style_changed;
void on_size_allocate (Gtk::Allocation&);
void on_size_request (Gtk::Requisition*);