diff --git a/mozilla/modules/libimg/gifcom/gif.cpp b/mozilla/modules/libimg/gifcom/gif.cpp index 57db33f1e8b..3c46355daa0 100644 --- a/mozilla/modules/libimg/gifcom/gif.cpp +++ b/mozilla/modules/libimg/gifcom/gif.cpp @@ -77,9 +77,6 @@ mailing address. #define HOWMANY(x, r) (((x) + ((r) - 1)) / (r)) #define ROUNDUP(x, r) (HOWMANY(x, r) * (r)) -int il_debug; -PRLogModuleInfo *il_log_module = NULL; - #ifndef MAX # define MAX(x, y) (((x) > (y)) ? (x) : (y)) #endif diff --git a/mozilla/modules/libimg/jpgcom/jpeg.cpp b/mozilla/modules/libimg/jpgcom/jpeg.cpp index 22e43540cdc..5e78b1e6d85 100644 --- a/mozilla/modules/libimg/jpgcom/jpeg.cpp +++ b/mozilla/modules/libimg/jpgcom/jpeg.cpp @@ -22,7 +22,7 @@ /* * jpeg.c --- Glue code to Independent JPEG Group decoder library - * $Id: jpeg.cpp,v 1.18 2000-08-07 22:08:29 pnunn%netscape.com Exp $ + * $Id: jpeg.cpp,v 1.19 2000-09-22 09:18:38 jim_nance%yahoo.com Exp $ */ @@ -64,9 +64,6 @@ PR_END_EXTERN_C /* Normal JFIF markers can't have more bytes than this. */ #define MAX_JPEG_MARKER_LENGTH (((PRUint32)1 << 16) - 1) -int il_debug; -PRLogModuleInfo *il_log_module = NULL; - /* * States that the jpeg decoder might be in */ diff --git a/mozilla/modules/libimg/pngcom/ipng.cpp b/mozilla/modules/libimg/pngcom/ipng.cpp index 834155ce3d0..549fba32e03 100644 --- a/mozilla/modules/libimg/pngcom/ipng.cpp +++ b/mozilla/modules/libimg/pngcom/ipng.cpp @@ -51,9 +51,6 @@ static void PR_CALLBACK row_callback(png_structp png_ptr, png_bytep new_row, static void PR_CALLBACK end_callback(png_structp png_ptr, png_infop info); static void PR_CALLBACK il_png_error_handler(png_structp png_ptr, png_const_charp msg); -int il_debug; -PRLogModuleInfo *il_log_module = NULL; - #define CAN_SUPPORT_8_BIT_MASK PRBool