From 865109748dfa9c9235507e8976f2d6fedb0bf67c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 6 Jan 2004 00:09:48 +0000 Subject: Get rid of an unused value_string table. svn path=/trunk/; revision=9566 --- packet-image-jfif.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'packet-image-jfif.c') diff --git a/packet-image-jfif.c b/packet-image-jfif.c index 232c79c182..6db413540e 100644 --- a/packet-image-jfif.c +++ b/packet-image-jfif.c @@ -3,7 +3,7 @@ * Routines for JFIF image/jpeg media dissection * Copyright 2004, Olivier Biot * - * $Id: packet-image-jfif.c,v 1.1 2004/01/04 02:59:46 obiot Exp $ + * $Id: packet-image-jfif.c,v 1.2 2004/01/06 00:09:48 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -229,12 +229,6 @@ static const value_string vals_units[] = { { 0x00, NULL } }; -static const value_string vals_true_false[] = { - { 0, "False" }, - { 1, "True" }, - { 0, NULL }, -}; - static const value_string vals_extension_code[] = { { 0x10, "Thumbnail encoded using JPEG" }, { 0x11, "Thumbnail encoded using 1 byte (8 bits) per pixel" }, -- cgit v1.2.3