fix scanning of VST shell plugins

This commit is contained in:
Robin Gareus 2014-10-11 22:19:23 +02:00
parent 7ea039ee91
commit 848db8fbd5

View file

@ -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";