summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLTableCaptionElement.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/duktape/HTMLTableCaptionElement.bnd')
-rw-r--r--javascript/duktape/HTMLTableCaptionElement.bnd14
1 files changed, 0 insertions, 14 deletions
diff --git a/javascript/duktape/HTMLTableCaptionElement.bnd b/javascript/duktape/HTMLTableCaptionElement.bnd
deleted file mode 100644
index 75754ccac..000000000
--- a/javascript/duktape/HTMLTableCaptionElement.bnd
+++ /dev/null
@@ -1,14 +0,0 @@
-/* HTML table caption 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 HTMLTableCaptionElement(struct dom_html_element *html_table_caption_element::html_element);
-
-getter HTMLTableCaptionElement::align();
-setter HTMLTableCaptionElement::align();