summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLHRElement.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/duktape/HTMLHRElement.bnd')
-rw-r--r--javascript/duktape/HTMLHRElement.bnd24
1 files changed, 0 insertions, 24 deletions
diff --git a/javascript/duktape/HTMLHRElement.bnd b/javascript/duktape/HTMLHRElement.bnd
deleted file mode 100644
index 421ec499b..000000000
--- a/javascript/duktape/HTMLHRElement.bnd
+++ /dev/null
@@ -1,24 +0,0 @@
-/* HTML hr 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 HTMLHRElement(struct dom_html_element *html_hr_element::html_element);
-
-getter HTMLHRElement::noShade();
-setter HTMLHRElement::noShade();
-
-getter HTMLHRElement::align();
-setter HTMLHRElement::align();
-
-getter HTMLHRElement::size();
-setter HTMLHRElement::size();
-
-getter HTMLHRElement::width();
-setter HTMLHRElement::width();
-