aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h6
1 files changed, 0 insertions, 6 deletions
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