Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/browser/xulrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/browser/xulrunner.cpp')
-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
}