summaryrefslogtreecommitdiff
path: root/libs/fst/fst.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-04-11 19:36:17 +0200
committerRobin Gareus <robin@gareus.org>2014-04-11 19:36:17 +0200
commitf67870037681867e36e8e97b991e731d35976089 (patch)
treeba6dfddd11900b9b1c24c8563021239426938950 /libs/fst/fst.h
parente359521fad6146c5597d4faf3112b7d1511630c0 (diff)
amend previous commit, remove cruft, no more extern function pointers
Diffstat (limited to 'libs/fst/fst.h')
-rw-r--r--libs/fst/fst.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/libs/fst/fst.h b/libs/fst/fst.h
index e9a92e6224..7b9a67125e 100644
--- a/libs/fst/fst.h
+++ b/libs/fst/fst.h
@@ -9,26 +9,6 @@
#include "ardour/vst_types.h"
#include "ardour/vestige/aeffectx.h"
-/**
- * Display FST error message.
- *
- * Set via fst_set_error_function(), otherwise a FST-provided
- * default will print @a msg (plus a newline) to stderr.
- *
- * @param msg error message text (no newline at end).
- */
-LIBARDOUR_API void (*fst_error_callback)(const char *msg);
-
-/**
- * Set the @ref fst_error_callback for error message display.
- *
- * The FST library provides two built-in callbacks for this purpose:
- * default_fst_error_callback() and silent_fst_error_callback().
- */
-void fst_set_error_function (void (*func)(const char *));
-
-void fst_error (const char *fmt, ...);
-
#ifdef __cplusplus
extern "C" {
#endif