Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser/GeckoDragDropHooks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'browser/GeckoDragDropHooks.cpp')
-rw-r--r--browser/GeckoDragDropHooks.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/browser/GeckoDragDropHooks.cpp b/browser/GeckoDragDropHooks.cpp
index 6439f42..995ee87 100644
--- a/browser/GeckoDragDropHooks.cpp
+++ b/browser/GeckoDragDropHooks.cpp
@@ -1,7 +1,5 @@
#include <config.h>
-#ifdef HAVE_GECKO_1_9
-
#include <sys/time.h>
#include <time.h>
@@ -214,5 +212,3 @@ GeckoDragDropHooks::OnPasteOrDrop(nsIDOMEvent *event, nsITransferable *trans,
{
return NS_ERROR_NOT_IMPLEMENTED;
}
-
-#endif