Automation of LV2 plugin properties.
[ardour.git] / libs / ardour / ardour / linux_vst_support.h
index cb18a0b1d40c3faf4d775bbb9610ef4fc39ee413..8575e2a72a6367c8953409ac9b4e0eca2c632344 100644 (file)
@@ -53,8 +53,6 @@ LIBARDOUR_API extern int          vstfx_create_editor (VSTState *);
 LIBARDOUR_API extern int          vstfx_run_editor (VSTState *);
 LIBARDOUR_API extern void         vstfx_destroy_editor (VSTState *);
 
-LIBARDOUR_API extern VSTInfo *    vstfx_get_info (char *);
-LIBARDOUR_API extern void         vstfx_free_info (VSTInfo *);
 LIBARDOUR_API extern void         vstfx_event_loop_remove_plugin (VSTState *);
 LIBARDOUR_API extern int          vstfx_call_dispatcher (VSTState *, int, int, int, void *, float);
 
@@ -66,5 +64,4 @@ LIBARDOUR_API extern int vstfx_load_state (VSTState* vstfx, char * filename);
 
 LIBARDOUR_API extern bool vstfx_save_state (VSTState* vstfx, char * filename);
 
-
 #endif /* __vstfx_h__ */