diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-09-13 04:50:11 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-09-13 04:50:11 +0800 |
commit | 97c6ff6f592c835873a11ebc216f407dd365b90d (patch) | |
tree | 00db2b09947641fba4b8e3651fd98307dbff32e3 | |
parent | 986b8bf0b4c523325cd7a70c6a05278d6c139494 (diff) | |
download | gsoc2013-epiphany-97c6ff6f592c835873a11ebc216f407dd365b90d.tar gsoc2013-epiphany-97c6ff6f592c835873a11ebc216f407dd365b90d.tar.gz gsoc2013-epiphany-97c6ff6f592c835873a11ebc216f407dd365b90d.tar.bz2 gsoc2013-epiphany-97c6ff6f592c835873a11ebc216f407dd365b90d.tar.lz gsoc2013-epiphany-97c6ff6f592c835873a11ebc216f407dd365b90d.tar.xz gsoc2013-epiphany-97c6ff6f592c835873a11ebc216f407dd365b90d.tar.zst gsoc2013-epiphany-97c6ff6f592c835873a11ebc216f407dd365b90d.zip |
Remove check for MOZILLA_INTERNAL_API
svn path=/trunk/; revision=7409
-rw-r--r-- | embed/xulrunner/embed/EphyUtils.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 <nscore.h> #include <gtk/gtkwidget.h> |