From 97c6ff6f592c835873a11ebc216f407dd365b90d Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 12 Sep 2007 20:50:11 +0000 Subject: Remove check for MOZILLA_INTERNAL_API svn path=/trunk/; revision=7409 --- embed/xulrunner/embed/EphyUtils.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'embed') diff --git a/embed/xulrunner/embed/EphyUtils.h b/embed/xulrunner/embed/EphyUtils.h index 9d69fbb27..65b1edb04 100644 --- a/embed/xulrunner/embed/EphyUtils.h +++ b/embed/xulrunner/embed/EphyUtils.h @@ -21,11 +21,6 @@ #ifndef EPHY_UTILS_H #define EPHY_UTILS_H -// cannot include EphyUtils with internal strings! -#ifdef MOZILLA_INTERNAL_API -#error Cannot use EphyUtils with MOZILLA_INTERNAL_API -#endif - #include #include -- cgit