Remove unused variables.
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 11 Aug 2011 11:35:37 +0000 (11:35 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 11 Aug 2011 11:35:37 +0000 (11:35 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38481 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/tcp_graph.c

index 167e6ab4c3429a0b69001203be3dfe1a68821ec7..0bb0b3c0da73ecb9dcd8224eebd834f2cc75f521 100644 (file)
@@ -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;