try that one on for size (VST build fu)
[ardour.git] / gtk2_ardour / au_pluginui.h
index 2dcefcc42f3138eb5b15ba332975c964b09b6f97..f52605217ac35b68179d9549e28d90d05e520554 100644 (file)
@@ -38,11 +38,7 @@ class AUPluginUI
        ~AUPluginUI ();
        
   private:
-       WindowRef wr;
        boost::shared_ptr<ARDOUR::AUPlugin> au;
-
-       void plugin_going_away (ARDOUR::Redirect*);
-       Component get_carbon_view_component(OSType subtype);
 };
 
 #endif // __au_plugin_ui_h__