From a9b2c20ed084e31e873fb6d24b404a60e71d9284 Mon Sep 17 00:00:00 2001 From: "pavlov%netscape.com" Date: Fri, 30 Mar 2001 02:07:00 +0000 Subject: [PATCH] removing the extern "C" { ... } that blake accidentally added the other day. fixes runtime errors on solaris --- modules/libpr0n/decoders/gif/GIF2.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/libpr0n/decoders/gif/GIF2.h b/modules/libpr0n/decoders/gif/GIF2.h index a7c470678aea..ffb1ca63db5f 100644 --- a/modules/libpr0n/decoders/gif/GIF2.h +++ b/modules/libpr0n/decoders/gif/GIF2.h @@ -22,8 +22,6 @@ #ifndef _GIF_H_ #define _GIF_H_ -extern "C" { - /* gif2.h The interface for the GIF87/89a decoder. */ @@ -321,7 +319,5 @@ extern int GIFCallback_DestroyTransparentPixel(); extern int GIFCallback_HaveDecodedRow(); extern int GIFCallback_HaveImageAll(); -} - #endif