From: Michael Tremer Date: Fri, 3 Oct 2025 15:12:05 +0000 (+0000) Subject: graphs: conntrack: Remove unused color definitions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ff2cbd3da572392f07b17fd4aaa5976cc0f6fd8;p=collecty.git graphs: conntrack: Remove unused color definitions Signed-off-by: Michael Tremer --- diff --git a/src/daemon/graphs/conntrack.c b/src/daemon/graphs/conntrack.c index c058480..5e13910 100644 --- a/src/daemon/graphs/conntrack.c +++ b/src/daemon/graphs/conntrack.c @@ -23,11 +23,6 @@ #include "graph.h" #include "conntrack.h" -// Set some colors -#define COLOR_LOAD15 RED -#define COLOR_LOAD5 ORANGE -#define COLOR_LOAD1 YELLOW - static int conntrack_title(collecty_ctx* ctx, collecty_graph* graph, const char* object, char** title) { return collecty_format_title(title, "%s", _("Connection Tracking Table"));