Index: src/GlobalJsObject.h |
=================================================================== |
--- a/src/GlobalJsObject.h |
+++ b/src/GlobalJsObject.h |
@@ -18,7 +18,6 @@ |
#ifndef ADBLOCK_PLUS_GLOBAL_JS_OBJECT_H |
#define ADBLOCK_PLUS_GLOBAL_JS_OBJECT_H |
-#include <v8.h> |
#include <AdblockPlus/JsEngine.h> |
namespace AdblockPlus |
@@ -30,9 +29,4 @@ |
} |
} |
-/** |
- * Callback function implementing "SetTimeout()" on the global JS object. |
- */ |
-v8::Handle<v8::Value> CallbackForSetTimeout(const v8::Arguments& arguments); |
- |
#endif |