13
0

meterbridge: remove unused interface

This commit is contained in:
Robin Gareus 2013-07-03 11:46:08 +02:00
parent aabe526df2
commit 79b63b7d5e
2 changed files with 0 additions and 13 deletions

View File

@ -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()
{

View File

@ -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;