diff plugincandidates.cpp @ 3:3bae396cf8e0

Start to organise as a Qt project, with a main (command-line) executable
author Chris Cannam
date Wed, 13 Apr 2016 09:12:04 +0100
parents 2288c1d05c28
children 6f891a9c6434
line wrap: on
line diff
--- a/plugincandidates.cpp	Tue Apr 12 17:38:57 2016 +0100
+++ b/plugincandidates.cpp	Wed Apr 13 09:12:04 2016 +0100
@@ -147,12 +147,3 @@
     cerr << "(ends)" << endl;
 }
 
-int main(int argc, char **argv)
-{
-    //!!! just a test
-    PluginCandidates candidates("./helper");
-    candidates.scan("vamp",
-                    { "/usr/lib/vamp", "/usr/local/lib/vamp" },
-                    "vampGetPluginDescriptor");
-}
-