diff options
Diffstat (limited to 'vamphost/src/testApp.h')
| -rw-r--r-- | vamphost/src/testApp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vamphost/src/testApp.h b/vamphost/src/testApp.h index 390071a..112f697 100644 --- a/vamphost/src/testApp.h +++ b/vamphost/src/testApp.h @@ -3,7 +3,6 @@ #include "ofMain.h" #include "ofxVamphost.h" -#include "ofxXmlSettings.h" class testApp : public ofBaseApp{ @@ -37,8 +36,7 @@ public: ofSoundStream soundStream; Vamphost vamphost; - vector<map<string,vector<string> > > pluginList; - + int whichplugin; }; |
