# HG changeset patch # User Richard Laager # Date 1225396794 0 # Node ID e679c14e83b3c4d4c2ec30c6b24c19212a23dbe4 # Parent ef196295985ec13724507113303bd0f63653cf34 Remove the dim_grey function, which is no longer used. diff -r ef196295985e -r e679c14e83b3 pidgin/gtkblist.c --- a/pidgin/gtkblist.c Thu Oct 30 19:59:24 2008 +0000 +++ b/pidgin/gtkblist.c Thu Oct 30 19:59:54 2008 +0000 @@ -186,17 +186,6 @@ } conv; } PidginBlistNode; -static char dim_grey_string[8] = ""; -static char *dim_grey(void) -{ - if (!gtkblist) - return "dim grey"; - if (!dim_grey_string[0]) { - snprintf(dim_grey_string, sizeof(dim_grey_string), "%s", pidgin_get_dim_grey_string(gtkblist->treeview)); - } - return dim_grey_string; -} - /*************************************************** * Callbacks * ***************************************************/