Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser/GeckoDocumentObject.cpp
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 /browser/GeckoDocumentObject.cpp
parent16304b33c8c9310bd556b8a56b0a881c0764d278 (diff)
Take out the HAVE_GECKO_1_9 ifdefs, we only support Gecko 1.9 now.
Diffstat (limited to 'browser/GeckoDocumentObject.cpp')
-rw-r--r--browser/GeckoDocumentObject.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/browser/GeckoDocumentObject.cpp b/browser/GeckoDocumentObject.cpp
index 26eb13d..260b964 100644
--- a/browser/GeckoDocumentObject.cpp
+++ b/browser/GeckoDocumentObject.cpp
@@ -1,7 +1,5 @@
#include <config.h>
-#ifdef HAVE_GECKO_1_9
-
#include <unistd.h>
#include <glib.h>
@@ -237,5 +235,3 @@ GeckoDocumentObject::SaveImage(const char *filename)
GeckoBrowserPersist browserPersist(mBrowser);
return browserPersist.SaveURI(mImageURI.get(), filename);
}
-
-#endif