Fix long-standing spelling bug.
[ardour.git] / libs / ardour / ardour / linux_vst_support.h
index cb18a0b1d40c3faf4d775bbb9610ef4fc39ee413..954a465c054e1ea85408a10172c89baaf81d677d 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@
 /******************************************************************************************/
 /*VSTFX - an engine to manage native linux VST plugins - derived from FST for Windows VSTs*/
 /******************************************************************************************/
+
 LIBARDOUR_API extern void (*vstfx_error_callback)(const char *msg);
 
 LIBARDOUR_API void vstfx_set_error_function (void (*func)(const char *));
@@ -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__ */