aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/log.h b/src/log.h
index e4dd546..8b67727 100644
--- a/src/log.h
+++ b/src/log.h
@@ -42,14 +42,6 @@ typedef struct {
void
jalv_print_control(const Jalv* jalv, const struct Port* port, float value);
-/// Return a newly allocated copy of a string
-char*
-jalv_strdup(const char* str);
-
-/// Return a newly allocated concatenation of two strings
-char*
-jalv_strjoin(const char* a, const char* b);
-
/// Print a log message to stderr with a GCC-like prefix and color
JALV_LOG_FUNC(2, 3)
int