summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLHTMLElement.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/duktape/HTMLHTMLElement.bnd')
-rw-r--r--javascript/duktape/HTMLHTMLElement.bnd14
1 files changed, 0 insertions, 14 deletions
diff --git a/javascript/duktape/HTMLHTMLElement.bnd b/javascript/duktape/HTMLHTMLElement.bnd
deleted file mode 100644
index 01697d860..000000000
--- a/javascript/duktape/HTMLHTMLElement.bnd
+++ /dev/null
@@ -1,14 +0,0 @@
-/* HTML html element binding using duktape and libdom
- *
- * Copyright 2015 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
- */
-
-init HTMLHtmlElement(struct dom_html_element *html_html_element::html_element);
-
-getter HTMLHtmlElement::version();
-setter HTMLHtmlElement::version();