aboutsummaryrefslogtreecommitdiffstats
path: root/embed/xulrunner/embed/EphyAboutModule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/xulrunner/embed/EphyAboutModule.cpp')
-rw-r--r--embed/xulrunner/embed/EphyAboutModule.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/xulrunner/embed/EphyAboutModule.cpp b/embed/xulrunner/embed/EphyAboutModule.cpp
index 6fb6a5849..e27608e83 100644
--- a/embed/xulrunner/embed/EphyAboutModule.cpp
+++ b/embed/xulrunner/embed/EphyAboutModule.cpp
@@ -94,7 +94,6 @@ EphyAboutModule::NewChannel(nsIURI *aURI,
return NS_ERROR_ILLEGAL_VALUE;
}
-#ifdef HAVE_GECKO_1_9
/* unsigned long getURIFlags(in nsIURI aURI); */
NS_IMETHODIMP
EphyAboutModule::GetURIFlags (nsIURI *aURI,
@@ -103,7 +102,6 @@ EphyAboutModule::GetURIFlags (nsIURI *aURI,
*_result = 0;
return NS_OK;
}
-#endif
/* private functions */