Remove SOL body flags
[neverball] / share / text.h
index 56937b1..2521a97 100644 (file)
@@ -5,17 +5,10 @@
 
 /*---------------------------------------------------------------------------*/
 
-void text_init(void);
-
-char *text_from_locale(char *);
-char *text_to_locale(char *);
-
-int text_add_char(Uint32, char *, int, int);
+int text_add_char(Uint32, char *, int);
 int text_del_char(char *);
 int text_length(const char *);
 
-void text_quit(void);
-
 /*---------------------------------------------------------------------------*/
 
 #endif