From 34cc43d280e42de4dcca7b4dcff2f38e77054019 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Mon, 6 Sep 1999 20:24:44 +0000 Subject: [PATCH] Removed unnecessary USE_AUTOCONF ifdef. git-svn-id: svn://10.0.0.236/trunk@46128 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/include/np.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mozilla/include/np.h b/mozilla/include/np.h index 0333195220e..c3face614f9 100644 --- a/mozilla/include/np.h +++ b/mozilla/include/np.h @@ -43,13 +43,6 @@ typedef enum { NP_FullPage = 1, NP_Embedded } NPPageType; typedef void* NPReference; #define NPRefFromStart ((NPReference)NULL) -/* This ifdef should probably be replaced by something more generic like - * #if defined(JAVA_OR_OJI) || defined(XP_MAC) -cls - */ -#ifndef USE_AUTOCONF -#define ANTHRAX -#endif - /* it's lame that this is supposed to support more than plugins but it has plugin specific junk (wdata) in it -jg */