Get rid of Non-BMP filtering, Pango handles this now

This commit is contained in:
Berke Viktor
2013-03-15 22:00:55 +01:00
parent 16cc178ba0
commit 25f8e45b73
3 changed files with 2 additions and 109 deletions

View File

@@ -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);