]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Tweak
authorSteve Underwood <steveu@x100e.coppice.org>
Mon, 3 Sep 2012 06:39:44 +0000 (14:39 +0800)
committerSteve Underwood <steveu@x100e.coppice.org>
Mon, 3 Sep 2012 06:39:44 +0000 (14:39 +0800)
libs/spandsp/src/t4_tx.c

index 51aec0b00fe15242a90165abdadd655afcd052ce..6aeef44d22a0cd4c83e3c0f77c3522d8a0146e85 100644 (file)
@@ -106,7 +106,6 @@ static const TIFFFieldInfo tiff_fx_tiff_field_info[] =
     {TIFFTAG_IMAGELAYER, 2, 2, TIFF_LONG, FIELD_CUSTOM, FALSE, FALSE, (char *) "ImageLayer"},
 };
 
-#if 0
 static TIFFField tiff_fx_tiff_fields[] =
 {
     { TIFFTAG_INDEXED, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 1, 0, (char *) "Indexed" },
@@ -124,7 +123,6 @@ static TIFFField tiff_fx_tiff_fields[] =
 };
 
 TIFFFieldArray tiff_fx_field_array = { tfiatOther, 0, 12, tiff_fx_tiff_fields };
-#endif
 
 static TIFFExtendProc _ParentExtender = NULL;