Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-05-04 17:51:15 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-05-04 17:51:15 (GMT)
commit50d2b665017ea4a5284bbcf44fc16a890b3a1a5d (patch)
tree531e3dfd30914af78d1a6e75c310e27445e14f64 /sugar
parent16304b33c8c9310bd556b8a56b0a881c0764d278 (diff)
Take out the HAVE_GECKO_1_9 ifdefs, we only support Gecko 1.9 now.
Diffstat (limited to 'sugar')
-rw-r--r--sugar/browser/xulrunner.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/sugar/browser/xulrunner.cpp b/sugar/browser/xulrunner.cpp
index 1880e3b..f7dc0fd 100644
--- a/sugar/browser/xulrunner.cpp
+++ b/sugar/browser/xulrunner.cpp
@@ -21,15 +21,11 @@
#include <string.h>
-#ifdef HAVE_GECKO_1_9
#include "gtkmozembed_glue.cpp"
-#endif
extern "C" int
xulrunner_startup(void)
{
-#ifdef HAVE_GECKO_1_9
-
static const GREVersionRange greVersion = {
"1.9a", PR_TRUE,
"2", PR_TRUE
@@ -61,5 +57,4 @@ xulrunner_startup(void)
*lastSlash = '\0';
gtk_moz_embed_set_path(xpcomPath);
-#endif
}