remove unusued signals inadvertently added during previous plugin-touch-automation...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 11 Jul 2012 16:07:15 +0000 (16:07 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 11 Jul 2012 16:07:15 +0000 (16:07 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13030 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ardour/plugin_insert.h

index 69bf7eadb5ed1e46988126aeda168528c01a285a..d80c759cff6f229c5c5f8a423dc2f3a1d87a0ff2 100644 (file)
@@ -138,9 +138,6 @@ class PluginInsert : public Processor
                Hide,        ///< we `hide' some of the plugin's inputs by feeding them silence
        };
 
-        PBD::Signal1<void,uint32_t> StartTouch;
-        PBD::Signal1<void,uint32_t> EndTouch;
-       
   private:
        /* disallow copy construction */
        PluginInsert (const PluginInsert&);