From: Michael Tremer Date: Wed, 29 Oct 2025 12:56:13 +0000 (+0000) Subject: graphs: Remove unused GRAPH_TITLE macro X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c32aaa5b73c22f60d9a03bceac0b2fe11c5d196;p=telemetry.git graphs: Remove unused GRAPH_TITLE macro Signed-off-by: Michael Tremer --- diff --git a/src/daemon/graphs/graph.h b/src/daemon/graphs/graph.h index 15cec9a..c5dbb06 100644 --- a/src/daemon/graphs/graph.h +++ b/src/daemon/graphs/graph.h @@ -54,8 +54,6 @@ typedef enum flags { // Appends a line to the script #define SCRIPT(args, def, ...) CALL(td_args_push, args, def, ##__VA_ARGS__) -#define GRAPH_TITLE(args, format, ...) SCRIPT(args, "--title=" format, __VA_ARGS__) - #define EMPTY_LINE "COMMENT: \\n" // Labels are 30 characters wide