From f80653bc457aef835cd49ad68a5b7fa53db262f9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Nov 2024 19:02:01 -0500 Subject: Move control port printing to console client This functionality was spammed across the codebase and kind of half-implemented for graphical clients, but only really makes sense for the console one. So, isolate it there. --- src/log.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index 993ce36..f92a68a 100644 --- a/src/log.h +++ b/src/log.h @@ -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 -- cgit v1.2.1