summary refs log tree commit diff stats
path: root/src/common/text.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-03-15 22:00:55 +0100
committerBerke Viktor <bviktor@hexchat.org>2013-03-15 22:00:55 +0100
commit25f8e45b73c8ce685e5591a75ad1b3d69828fde8 (patch)
treec483fa1034e68f518c8df12cd6dd9b7c7a18a6c9 /src/common/text.h
parent16cc178ba0e5642f372efb6a991c1d9501ad6777 (diff)
Get rid of Non-BMP filtering, Pango handles this now
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 ccbae785..c3adb885 100644
--- a/src/common/text.h
+++ b/src/common/text.h
@@ -28,12 +28,6 @@ int pevent_load (char *filename);
 void pevent_make_pntevts (void);
 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);