aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-11 11:35:37 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-11 11:35:37 +0000
commit6661a67a7b246e5ad3c7f4c4ef805f5585c40887 (patch)
treee8d5a8eb4b7d8d4f6658b6c52c7ad96a2fbc29c4 /gtk/tcp_graph.c
parent7e803b5108a79d21bca22c47c261bc14d8619c2d (diff)
Remove unused variables.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38481 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/tcp_graph.c')
-rw-r--r--gtk/tcp_graph.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index 167e6ab4c3..0bb0b3c0da 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -3822,8 +3822,6 @@ static void tseq_stevens_toggle_time_origin (struct graph *g)
static void tseq_tcptrace_read_config (struct graph *g)
{
- GdkColor color_LightSlateGray = {0x0, 0x7777, 0x8888, 0x9999};
- GdkColor color_LightGray = {0x0, 0xd3d3, 0xd3d3, 0xd3d3};
/* Black */
g->s.tseq_tcptrace.seq_color.pixel=0;