summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLDivElement.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/duktape/HTMLDivElement.bnd')
-rw-r--r--javascript/duktape/HTMLDivElement.bnd14
1 files changed, 0 insertions, 14 deletions
diff --git a/javascript/duktape/HTMLDivElement.bnd b/javascript/duktape/HTMLDivElement.bnd
deleted file mode 100644
index 759e34d96..000000000
--- a/javascript/duktape/HTMLDivElement.bnd
+++ /dev/null
@@ -1,14 +0,0 @@
-/* HTML div element binding using duktape and libdom
- *
- * Copyright 2015 Michael Drake <tlsa@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 HTMLDivElement(struct dom_html_element *html_div_element::html_element);
-
-getter HTMLDivElement::align();
-setter HTMLDivElement::align();