add missing file; remove another VST debug hack

git-svn-id: svn://localhost/ardour2/trunk@1211 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-12-14 14:37:29 +00:00
parent f21094937a
commit b7f645cbe6
2 changed files with 25 additions and 2 deletions

View file

@ -227,8 +227,6 @@ FSTInfo *fst_get_info( char *dllpath ) {
FSTInfo *info;
char *fstpath;
fprintf (stderr, "no valid FST file, direct load plugin\n");
if( !(h = fst_load( dllpath )) ) {
return NULL;
}