summaryrefslogtreecommitdiff
path: root/src/core/string.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2012-02-06 18:00:39 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2012-02-06 18:00:39 +0000
commitf7c976d9b83f28cd3a1aa326e6006499ceb9275d (patch)
tree89c68720e620ebbf59b8cafc3f5b3d09dbb9d8e0 /src/core/string.h
parent4044a2de24d1392f8578aa945bdaffaad12ca05e (diff)
downloadlibdom-f7c976d9b83f28cd3a1aa326e6006499ceb9275d.tar.gz
libdom-f7c976d9b83f28cd3a1aa326e6006499ceb9275d.tar.bz2
Add constructor which auto-interns data
svn path=/trunk/libdom/; revision=13427
Diffstat (limited to 'src/core/string.h')
-rw-r--r--src/core/string.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/string.h b/src/core/string.h
index 796a2ea..cbf7d36 100644
--- a/src/core/string.h
+++ b/src/core/string.h
@@ -11,10 +11,6 @@
#include <dom/core/string.h>
-/* Create a DOM string from a lwc_string */
-dom_exception _dom_string_create_from_lwcstring(struct lwc_string_s *str,
- dom_string **ret);
-
/* Map the lwc_error to dom_exception */
dom_exception _dom_exception_from_lwc_error(lwc_error err);