X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Flinux_vst_support.h;h=8575e2a72a6367c8953409ac9b4e0eca2c632344;hb=8a128b33d38172ae525ac798c53bc105bc4e2c64;hp=cb18a0b1d40c3faf4d775bbb9610ef4fc39ee413;hpb=36c233fe6ce570ce85224626ce7aba4a2607537f;p=ardour.git diff --git a/libs/ardour/ardour/linux_vst_support.h b/libs/ardour/ardour/linux_vst_support.h index cb18a0b1d4..8575e2a72a 100644 --- a/libs/ardour/ardour/linux_vst_support.h +++ b/libs/ardour/ardour/linux_vst_support.h @@ -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__ */