summaryrefslogtreecommitdiff
path: root/libs/ardour/vst_info_file.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-10-11 22:19:23 +0200
committerRobin Gareus <robin@gareus.org>2014-10-11 22:19:23 +0200
commit848db8fbd56dbae1ad286b7791dba293462b5f43 (patch)
tree7685565721aa5efa5797c265afb3fbf352d3fcf9 /libs/ardour/vst_info_file.cc
parent7ea039ee91a94c27f2ba2c025c7a02151662d67c (diff)
fix scanning of VST shell plugins
Diffstat (limited to 'libs/ardour/vst_info_file.cc')
-rw-r--r--libs/ardour/vst_info_file.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/vst_info_file.cc b/libs/ardour/vst_info_file.cc
index 3cfbad1297..4037aec91b 100644
--- a/libs/ardour/vst_info_file.cc
+++ b/libs/ardour/vst_info_file.cc
@@ -730,7 +730,6 @@ vstfx_info_from_plugin (const char *dllpath, VSTState* vstfx, vector<VSTInfo *>
int id;
vector< pair<int, string> > ids;
AEffect *plugin = vstfx->plugin;
- string path = vstfx->handle->path;
do {
char name[65] = "Unknown";