X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Ffst%2Ffst.h;h=7b9a67125e5b381e2aab97105b5c51667522a9e9;hb=8b745aa4b43330b7fd0ddbe3e886c804da54156b;hp=e9a92e6224687c7232e9859d94a73c72fd72b2d9;hpb=e359521fad6146c5597d4faf3112b7d1511630c0;p=ardour.git 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