From: Michael Tremer Date: Fri, 5 Jun 2026 14:29:21 +0000 (+0000) Subject: graphs: Remove unused EMPTY_LINE macro X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=342fae6b0f523925fd0dfe15dfb31c8583cef389;p=collecty.git graphs: Remove unused EMPTY_LINE macro Signed-off-by: Michael Tremer --- diff --git a/src/daemon/graphs/graph.h b/src/daemon/graphs/graph.h index 0f0902e..3c7b4a5 100644 --- a/src/daemon/graphs/graph.h +++ b/src/daemon/graphs/graph.h @@ -56,8 +56,6 @@ typedef enum flags { // Appends a line to the script #define SCRIPT(args, def, ...) CALL(td_args_push, args, def, ##__VA_ARGS__) -#define EMPTY_LINE "COMMENT: \\n" - // Labels are 30 characters wide #define LABEL "%-30s" #define LABEL_MAX 32