summary refs log tree commit diff stats
path: root/src/common/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/text.h')
-rw-r--r--src/common/text.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common/text.h b/src/common/text.h
index e018c769..103e294d 100644
--- a/src/common/text.h
+++ b/src/common/text.h
@@ -29,12 +29,6 @@ void pevent_make_pntevts (void);
 int text_color_of (char *name);
 void text_emit (int index, session *sess, char *a, char *b, char *c, char *d);
 int text_emit_by_name (char *name, session *sess, char *a, char *b, char *c, char *d);
-#ifdef WIN32
-#if 0
-char *text_replace_non_bmp (char *utf8_input, int input_length, glong *output_length);
-#endif
-void text_replace_non_bmp2 (char *utf8_input);
-#endif
 char *text_validate (char **text, int *len);
 int get_stamp_str (char *fmt, time_t tim, char **ret);
 void format_event (session *sess, int index, char **args, char *o, int sizeofo, unsigned int stripcolor_args);