remove unusued signals inadvertently added during previous plugin-touch-automation changes
git-svn-id: svn://localhost/ardour2/branches/3.0@13030 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user