probably fix cleanup issues, but testing required
[ardour.git] / gtk2_ardour / plugin_ui.h
index fd5516cee12d408996258e89629f4ae074e2bd62..2f15356c615c6f30e727c454a0a19a3bc8d27d5d 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __ardour_plugin_ui_h__
@@ -207,7 +206,7 @@ class PluginUIWindow : public ArdourDialog
        
   private:
        PlugUIBase* _pluginui;
-       void plugin_going_away (ARDOUR::Redirect*);
+       void plugin_going_away ();
 };
 
 #ifdef VST_SUPPORT