summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/hubbub/errors.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hubbub/errors.h b/include/hubbub/errors.h
index f535cf9..607c06b 100644
--- a/include/hubbub/errors.h
+++ b/include/hubbub/errors.h
@@ -27,8 +27,6 @@ typedef enum hubbub_error {
/* Convert a hubbub error value to a string */
const char *hubbub_error_to_string(hubbub_error error);
-/* Convert a string to a hubbub error value */
-hubbub_error hubbub_error_from_string(const char *str, size_t len);
#endif