diff options
Diffstat (limited to 'gtk/expert_comp_table.c')
-rw-r--r-- | gtk/expert_comp_table.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gtk/expert_comp_table.c b/gtk/expert_comp_table.c index 2d32103dd1..65eb05f660 100644 --- a/gtk/expert_comp_table.c +++ b/gtk/expert_comp_table.c @@ -96,20 +96,6 @@ gpointer userdata) } #endif -/* XXX - move this to a common header file */ -static const value_string expert_group_vals[] = { - { PI_CHECKSUM, "Checksum" }, - { PI_SEQUENCE, "Sequence" }, - { PI_RESPONSE_CODE, "Response" }, - { PI_REQUEST_CODE, "Request" }, - { PI_UNDECODED, "Undecoded" }, - { PI_MALFORMED, "Malformed" }, - { PI_REASSEMBLE, "Reassemble" }, -/* { PI_SECURITY, "Security" },*/ - { 0, NULL } -}; - - #if (GTK_MAJOR_VERSION < 2) typedef struct column_arrows { |