From 5e4bbcda9839d9fd4480db8c4f9386ff388d166c Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Tue, 22 Dec 2015 15:07:00 -0500 Subject: Refactor GUI dependencies out of color_filters.[ch] and move it to epan directory. This also moved color.h into color_filters.h Change-Id: Ic19e27aa1b3ec67e764aa7ee8bbef7b1187bb12e Reviewed-on: https://code.wireshark.org/review/12831 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- ui/gtk/color_utils.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'ui/gtk/color_utils.c') diff --git a/ui/gtk/color_utils.c b/ui/gtk/color_utils.c index 73a98163e3..7d9d70af07 100644 --- a/ui/gtk/color_utils.c +++ b/ui/gtk/color_utils.c @@ -26,17 +26,14 @@ #include -#include "../color.h" - - #include "ui/gtk/color_utils.h" #if 0 static GdkColormap* sys_cmap; static GdkColormap* our_cmap = NULL; #endif -GdkColor WHITE = { 0, 65535, 65535, 65535 }; -/*GdkColor LTGREY = { 0, 57343, 57343, 57343 };*/ -GdkColor BLACK = { 0, 0, 0, 0 }; +/* static GdkColor WHITE = { 0, 65535, 65535, 65535 }; */ +/*static GdkColor LTGREY = { 0, 57343, 57343, 57343 };*/ +/* static GdkColor BLACK = { 0, 0, 0, 0 }; */ /* * Initialize a color with R, G, and B values, including any toolkit-dependent -- cgit v1.2.1