aboutsummaryrefslogtreecommitdiffstats
path: root/proto.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-08-14 01:26:39 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-08-14 01:26:39 +0000
commit719c7f3ab2eeb3a77fb82686e2f002a2594b175d (patch)
treee3c2febd841862862672536cc0f0bc822cf2c72c /proto.c
parentcd55daeefa8ade3138ed659d37bdaacbfbdfb1f5 (diff)
Removed unneeded 'color' field from header_field_info.
svn path=/trunk/; revision=482
Diffstat (limited to 'proto.c')
-rw-r--r--proto.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/proto.c b/proto.c
index 3c37ec2cc5..c8e7a51cab 100644
--- a/proto.c
+++ b/proto.c
@@ -1,7 +1,7 @@
/* proto.c
* Routines for protocol tree
*
- * $Id: proto.c,v 1.14 1999/08/13 23:47:43 gram Exp $
+ * $Id: proto.c,v 1.15 1999/08/14 01:26:38 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -496,7 +496,6 @@ proto_register_field_init(header_field_info *hfinfo, int parent)
hfinfo->type == FT_VALS_UINT24 || hfinfo->type == FT_VALS_UINT32));
hfinfo->parent = parent;
- hfinfo->color = 0;
/* if we always add and never delete, then id == len - 1 is correct */
g_ptr_array_add(gpa_hfinfo, hfinfo);