summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/plugin_ui.h')
-rw-r--r--gtk2_ardour/plugin_ui.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h
index ad800e284d..8bdc4deec2 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -206,20 +206,11 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
struct MeterInfo {
Gtkmm2ext::FastMeter *meter;
-
- float min;
- float max;
- bool min_unbound;
- bool max_unbound;
bool packed;
MeterInfo () {
meter = 0;
packed = false;
- min = 1.0e10;
- max = -1.0e10;
- min_unbound = false;
- max_unbound = false;
}
};