From e4b569a69ce897c80ab260376bbfb510d3bc79ce Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 14 Feb 2009 11:39:30 +0000 Subject: Move css_error_from_string into test utilities svn path=/trunk/libcss/; revision=6480 --- include/libcss/errors.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/libcss/errors.h') diff --git a/include/libcss/errors.h b/include/libcss/errors.h index 55bd379..8e321ce 100644 --- a/include/libcss/errors.h +++ b/include/libcss/errors.h @@ -24,8 +24,6 @@ typedef enum css_error { /* Convert a libcss error value to a string */ const char *css_error_to_string(css_error error); -/* Convert a string to a libcss error value */ -css_error css_error_from_string(const char *str, size_t len); #endif -- cgit v1.2.3