From 7af44e1552d41fc04ba5243e619a03c222c07c9f Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 4 Dec 2010 13:28:52 +0000 Subject: Remove libcss_initialise/finalise. Fix testsuite to compile (it passes, too) svn path=/trunk/libcss/; revision=10955 --- include/libcss/libcss.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/libcss') 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 #include -/* 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 -- cgit v1.2.3