use new action map API instead of ActionManager::get_action
[ardour.git] / gtk2_ardour / plugin_ui.h
index 7156f57129ad69328179aa93af7858d5fc022542..b3420f2924599cc3758aa48d37f2da1a0c1723a5 100644 (file)
@@ -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;