Take out the HAVE_GECKO_1_9 ifdefs, we only support Gecko 1.9 now.

This commit is contained in:
Tomeu Vizoso
2007-05-04 19:51:15 +02:00
parent 16304b33c8
commit 50d2b66501
7 changed files with 0 additions and 38 deletions
-5
View File
@@ -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
}