consolidate lxVST & winVST file-info code into libardour
[ardour.git] / libs / fst / fst.h
index 10ccda4d41d7a0bbd0e5360fea234095954d7487..ba7fb42c0f09782d582c5be632ead01671be0b6b 100644 (file)
@@ -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);