summaryrefslogtreecommitdiff
path: root/src/html/html_tablerow_element.h
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2016-02-05 18:04:10 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2016-02-05 18:04:10 +0000
commitf566b7cab8ffc9f4e959154a57bef91521f20d8a (patch)
tree7dad74b60ecee7a0027a178333bffe1687019f59 /src/html/html_tablerow_element.h
parente13599e9c92a4dc93443c1dd63b1dbf4b665c83b (diff)
downloadlibdom-f566b7cab8ffc9f4e959154a57bef91521f20d8a.tar.gz
libdom-f566b7cab8ffc9f4e959154a57bef91521f20d8a.tar.bz2
Cleanup: Remove odd declaration of callback outside header guard.
Diffstat (limited to 'src/html/html_tablerow_element.h')
-rw-r--r--src/html/html_tablerow_element.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html/html_tablerow_element.h b/src/html/html_tablerow_element.h
index c674207..5c8a4e4 100644
--- a/src/html/html_tablerow_element.h
+++ b/src/html/html_tablerow_element.h
@@ -58,5 +58,4 @@ dom_exception _dom_html_table_row_element_copy_internal(
(dom_html_table_row_element *) (n))
#endif
-bool table_cells_callback(struct dom_node_internal *node, void *ctx);