summaryrefslogtreecommitdiff
path: root/javascript/jsapi/node.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/jsapi/node.bnd')
-rw-r--r--javascript/jsapi/node.bnd35
1 files changed, 0 insertions, 35 deletions
diff --git a/javascript/jsapi/node.bnd b/javascript/jsapi/node.bnd
deleted file mode 100644
index 49fd06bc5..000000000
--- a/javascript/jsapi/node.bnd
+++ /dev/null
@@ -1,35 +0,0 @@
-/* Binding to generate Node interface
- *
- * Copyright 2012 Vincent Sanders <vince@netsurf-browser.org>
- *
- * This file is part of NetSurf, http://www.netsurf-browser.org/
- *
- * Released under the terms of the MIT License,
- * http://www.opensource.org/licenses/mit-license
- */
-
-webidlfile "dom.idl";
-
-hdrcomment "Copyright 2012 Vincent Sanders <vince@netsurf-browser.org>";
-hdrcomment "This file is part of NetSurf, http://www.netsurf-browser.org/";
-hdrcomment "Released under the terms of the MIT License,";
-hdrcomment " http://www.opensource.org/licenses/mit-license";
-
-preamble %{
-
-#include <dom/dom.h>
-
-#include "utils/config.h"
-#include "utils/log.h"
-
-#include "javascript/jsapi.h"
-
-#include "node.h"
-
-%}
-
-binding node {
- type js_libdom; /* the binding type */
-
- interface Node; /* Web IDL interface to generate */
-}