summaryrefslogtreecommitdiff
path: root/include/libcss/libcss.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-04 13:28:52 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-04 13:28:52 +0000
commit7af44e1552d41fc04ba5243e619a03c222c07c9f (patch)
tree181f09ca54164b31f8f67b9086041d25618dbc0e /include/libcss/libcss.h
parent3541ce862727a967c92f7f08e3c7da16522f89ef (diff)
downloadlibcss-7af44e1552d41fc04ba5243e619a03c222c07c9f.tar.gz
libcss-7af44e1552d41fc04ba5243e619a03c222c07c9f.tar.bz2
Remove libcss_initialise/finalise.
Fix testsuite to compile (it passes, too) svn path=/trunk/libcss/; revision=10955
Diffstat (limited to 'include/libcss/libcss.h')
-rw-r--r--include/libcss/libcss.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/libcss/libcss.h b/include/libcss/libcss.h
index 9ab6149..551177c 100644
--- a/include/libcss/libcss.h
+++ b/include/libcss/libcss.h
@@ -23,13 +23,6 @@ extern "C"
#include <libcss/select.h>
#include <libcss/stylesheet.h>
-/* Initialise the CSS library for use */
-css_error css_initialise(const char *aliases_file,
- css_allocator_fn alloc, void *pw);
-
-/* Clean up after LibCSS */
-css_error css_finalise(css_allocator_fn alloc, void *pw);
-
#ifdef __cplusplus
}
#endif