summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-01-17 16:40:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-01-17 16:40:57 +0000
commit2e582e03e433d4fab22b8dcd1d46b9caef387cb5 (patch)
tree656ef9a9575f1dd54c91f7f02952942a4644ec89 /gtk2_ardour/plugin_ui.h
parentaa659d3788d6aa67eabf24ea43e73da764e6827f (diff)
a metric boatload of changes; plugin UIs work, adding tracks work, redirect list is useful again, and more
git-svn-id: svn://localhost/trunk/ardour2@273 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/plugin_ui.h')
-rw-r--r--gtk2_ardour/plugin_ui.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h
index 0b4cb82560..aa01871124 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -101,8 +101,6 @@ class PluginUI : public PlugUIBase, public Gtk::VBox
ARDOUR::AudioEngine &engine;
Gtk::HBox settings_box;
Gtk::HBox hpacker;
- Gtk::VBox info_vbox;
- Gtk::EventBox name_ebox;
Gtk::Table button_table;
Gtk::Table output_table;
@@ -111,9 +109,6 @@ class PluginUI : public PlugUIBase, public Gtk::VBox
Gtk::Adjustment hAdjustment;
Gtk::Adjustment vAdjustment;
Gtk::Viewport scroller_view;
- Gtk::Label nameinfo_label;
- Gtk::Label paraminfo_label;
- Gtk::Label makerinfo_label;
Gtk::Menu* automation_menu;
bool setting_name_status;