summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/text.h b/include/text.h
index 8a939c2..5c2dc5d 100644
--- a/include/text.h
+++ b/include/text.h
@@ -11,7 +11,5 @@ typedef struct text {
unsigned long id;
} Text;
-unsigned long utf8_strlen(void *string);
-void utf8to32_strcpy(wchar_t *dest, char *src);
struct idlist *load_texts(char *filename);
void text_destroy(void *text);