changeset 25785:e679c14e83b3

Remove the dim_grey function, which is no longer used.
author Richard Laager <rlaager@wiktel.com>
date Thu, 30 Oct 2008 19:59:54 +0000
parents ef196295985e
children bc632f651319
files pidgin/gtkblist.c
diffstat 1 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- 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                          *
  ***************************************************/