summaryrefslogtreecommitdiff
path: root/libs/fst/fst.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-02-23 05:51:58 +0100
committerRobin Gareus <robin@gareus.org>2014-02-23 05:51:58 +0100
commitbcf6c764625ab4b98e486977ef477deb4f1d64c4 (patch)
tree8a87224ccaa169e9065544e8ab0529fb0722f101 /libs/fst/fst.h
parent7f714ca0366acccd1c9e6d3cc67c5573e4ea1d43 (diff)
consolidate lxVST & winVST file-info code into libardour
first step and clennup before adding support for VST shell-plugins (collections) and external scanner app...
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);