summaryrefslogtreecommitdiff
path: root/libs/fst
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-12-14 14:37:29 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-12-14 14:37:29 +0000
commitb7f645cbe633cf1235c5bc28df7f93254b3a15f0 (patch)
tree5adb034513addd8f16e6a4d62d9fe091791fb1d1 /libs/fst
parentf21094937a2ae7dae7929de3ed883d93ed12b66b (diff)
add missing file; remove another VST debug hack
git-svn-id: svn://localhost/ardour2/trunk@1211 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/fst')
-rw-r--r--libs/fst/fstinfofile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/fst/fstinfofile.c b/libs/fst/fstinfofile.c
index 043e4348a7..7b0c69d015 100644
--- a/libs/fst/fstinfofile.c
+++ b/libs/fst/fstinfofile.c
@@ -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;
}