mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Eliminate some unused stuff
This commit is contained in:
@@ -179,7 +179,7 @@ static int gtk_xtext_render_ents (GtkXText * xtext, textentry *, textentry *);
|
||||
static void gtk_xtext_recalc_widths (xtext_buffer *buf, int);
|
||||
static void gtk_xtext_fix_indent (xtext_buffer *buf);
|
||||
static int gtk_xtext_find_subline (GtkXText *xtext, textentry *ent, int line);
|
||||
static char *gtk_xtext_conv_color (unsigned char *text, int len, int *newlen);
|
||||
/* static char *gtk_xtext_conv_color (unsigned char *text, int len, int *newlen); */
|
||||
/* For use by gtk_xtext_strip_color() and its callers -- */
|
||||
typedef union offlen_u {
|
||||
struct offlen_s {
|
||||
@@ -2730,7 +2730,7 @@ gtk_xtext_strip_color (unsigned char *text, int len, unsigned char *outbuf,
|
||||
return new_str;
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
/* GeEkMaN: converts mIRC control codes to literal control codes */
|
||||
|
||||
static char *
|
||||
@@ -2823,6 +2823,7 @@ gtk_xtext_conv_color (unsigned char *text, int len, int *newlen)
|
||||
|
||||
return new_str;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* gives width of a string, excluding the mIRC codes */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user