summaryrefslogtreecommitdiff
path: root/include/libcss
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss')
-rw-r--r--include/libcss/errors.h2
1 files changed, 0 insertions, 2 deletions
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