]> git.ipfire.org Git - collecty.git/commitdiff
graphs: conntrack: Remove unused color definitions
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Oct 2025 15:12:05 +0000 (15:12 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Oct 2025 15:12:05 +0000 (15:12 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/graphs/conntrack.c

index c058480f63c529e747049de3e27250bf4747083e..5e13910ffc5a0e9f3e21f16dd208c550a3583cf8 100644 (file)
 #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"));