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.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h
index 7156f57129..b3420f2924 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -78,6 +78,7 @@ namespace ArdourWidgets {
class LatencyGUI;
class ArdourWindow;
class PluginEqGui;
+class PluginLoadStatsGui;
class VSTPluginUI;
class PlugUIBase : public virtual sigc::trackable, public PBD::ScopedConnectionList
@@ -151,17 +152,13 @@ protected:
ArdourWidgets::ArdourButton automation_touch_all_button;
/** a button which sets all controls' automation setting to Latch */
ArdourWidgets::ArdourButton automation_latch_all_button;
- /** */
- Gtk::Label cpuload_label;
void set_latency_label ();
- void update_cpu_label ();
- sigc::connection update_cpu_label_connection;
-
LatencyGUI* latency_gui;
ArdourWindow* latency_dialog;
PluginEqGui* eqgui;
+ PluginLoadStatsGui* stats_gui;
Gtk::Image* focus_out_image;
Gtk::Image* focus_in_image;