meterbridge: remove unused interface
This commit is contained in:
parent
aabe526df2
commit
79b63b7d5e
@ -255,18 +255,6 @@ MeterStrip::fast_update ()
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
MeterStrip::display_metrics (bool show)
|
||||
{
|
||||
#if 0
|
||||
if (show) {
|
||||
meter_metric_area.show();
|
||||
} else {
|
||||
meter_metric_area.hide();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
MeterStrip::on_theme_changed()
|
||||
{
|
||||
|
@ -50,7 +50,6 @@ class MeterStrip : public Gtk::VBox, public RouteUI
|
||||
~MeterStrip ();
|
||||
|
||||
void fast_update ();
|
||||
void display_metrics (bool);
|
||||
boost::shared_ptr<ARDOUR::Route> route() { return _route; }
|
||||
|
||||
static PBD::Signal1<void,MeterStrip*> CatchDeletion;
|
||||
|
Loading…
Reference in New Issue
Block a user