From 69e02fc37d0744af1c59618bf7432a354fefb3a6 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Fri, 21 Mar 2014 17:23:25 +0100 Subject: [PATCH] VeSTige: removed unused array --- plugins/vestige/vestige.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/vestige/vestige.h b/plugins/vestige/vestige.h index b4b063a6a..8a5ce639e 100644 --- a/plugins/vestige/vestige.h +++ b/plugins/vestige/vestige.h @@ -78,8 +78,6 @@ protected slots: private: void closePlugin( void ); - int m_runningNotes[NumKeys]; - VstPlugin * m_plugin; QMutex m_pluginMutex;