Take out the HAVE_GECKO_1_9 ifdefs, we only support Gecko 1.9 now.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user