summaryrefslogtreecommitdiff
path: root/libs/fst/fst.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fst/fst.h')
-rw-r--r--libs/fst/fst.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/fst/fst.h b/libs/fst/fst.h
index 10ccda4d41..ba7fb42c0f 100644
--- a/libs/fst/fst.h
+++ b/libs/fst/fst.h
@@ -45,8 +45,6 @@ extern int fst_run_editor (VSTState *, void* window_parent);
extern void fst_destroy_editor (VSTState *);
extern void fst_move_window_into_view (VSTState *);
-extern VSTInfo *fst_get_info (char *dllpathname);
-extern void fst_free_info (VSTInfo *info);
extern void fst_event_loop_remove_plugin (VSTState* fst);
extern void fst_start_threading(void);
extern void fst_stop_threading(void);