diff options
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -5,8 +5,6 @@ #define JALV_LOG_H #include "attributes.h" -#include "port.h" -#include "types.h" #include "urids.h" #include "lv2/log/log.h" @@ -36,10 +34,6 @@ typedef struct { bool tracing; } JalvLog; -/// Print a control value to stderr, like "sym = 1.234" -void -jalv_print_control(const Jalv* jalv, const JalvPort* port, float value); - /// Print a log message to stderr with a GCC-like prefix and color JALV_LOG_FUNC(2, 3) int |