mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
f21094937a
commit
b7f645cbe6
2 changed files with 25 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue