aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/log.c b/src/log.c
index ed6b759..9d07fd7 100644
--- a/src/log.c
+++ b/src/log.c
@@ -4,10 +4,7 @@
#include "log.h"
#include "jalv_config.h"
-#include "jalv_internal.h"
-#include "port.h"
-#include "lilv/lilv.h"
#include "lv2/log/log.h"
#include "lv2/urid/urid.h"
@@ -19,15 +16,6 @@
#include <stdbool.h>
#include <stdio.h>
-void
-jalv_print_control(const Jalv* const jalv,
- const JalvPort* const port,
- const float value)
-{
- const LilvNode* sym = lilv_port_get_symbol(jalv->plugin, port->lilv_port);
- jalv_log(JALV_LOG_INFO, "%s = %f\n", lilv_node_as_string(sym), value);
-}
-
JALV_LOG_FUNC(2, 0)
static int
jalv_vlog(const JalvLogLevel level, const char* const fmt, va_list ap)