summaryrefslogtreecommitdiff
path: root/utils/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utf8.h')
-rw-r--r--utils/utf8.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/utf8.h b/utils/utf8.h
index 7c450b5c3..7509dde52 100644
--- a/utils/utf8.h
+++ b/utils/utf8.h
@@ -161,9 +161,4 @@ bool utf8_save_text(const char *utf8_text, const char *path);
*/
nserror utf8_finalise(void);
-/* These two are platform specific */
-nserror utf8_to_local_encoding(const char *string, size_t len, char **result);
-nserror utf8_from_local_encoding(const char *string, size_t len, char **result);
-
-
#endif