aboutsummaryrefslogtreecommitdiffstats
path: root/packet-image-jfif.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-06 00:09:48 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-06 00:09:48 +0000
commit865109748dfa9c9235507e8976f2d6fedb0bf67c (patch)
treefa17f69c191a4b6a189a5f3961478f5fa01c2792 /packet-image-jfif.c
parenteb59f176c37241d2c6b41c79875acaeedd714125 (diff)
Get rid of an unused value_string table.
svn path=/trunk/; revision=9566
Diffstat (limited to 'packet-image-jfif.c')
-rw-r--r--packet-image-jfif.c8
1 files changed, 1 insertions, 7 deletions
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 <olivier.biot (ad) siemens.com>
*
- * $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 <gerald@ethereal.com>
@@ -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" },