aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-12-31 17:13:54 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-01 01:14:25 +0000
commitf7b3bda9b3957d8b479d0d7d5694ea6364ecb1a8 (patch)
tree5c1ddc4d044ac0dd84bb1eb7c0fbd1a491795314 /ui/gtk
parentaaa5ed4ad73ca537e3cd1a45ce7b8bb10371b822 (diff)
Remove more unused stuff.
Change-Id: I65f8497605cf8534227c85dd2094eeab3e77b4b9 Reviewed-on: https://code.wireshark.org/review/12982 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/gtk')
-rw-r--r--ui/gtk/color_utils.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/gtk/color_utils.c b/ui/gtk/color_utils.c
index f2a3a6cc16..9df4f5b4b3 100644
--- a/ui/gtk/color_utils.c
+++ b/ui/gtk/color_utils.c
@@ -27,9 +27,6 @@
#include <gtk/gtk.h>
#include "ui/gtk/color_utils.h"
-/* 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