mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-19 12:16:16 -04:00
VstEffect: removed unused slot declaration
The openPlugin() slot in VstEffectControls class is not implemented, therefore do not declare it as otherwise MOC references it.
This commit is contained in:
@@ -67,7 +67,6 @@ public:
|
||||
|
||||
protected slots:
|
||||
void updateMenu( void );
|
||||
void openPlugin( void );
|
||||
void managePlugin( void );
|
||||
void openPreset( void );
|
||||
void savePreset( void );
|
||||
|
||||
Reference in New Issue
Block a user