# HG changeset patch # User Richard Laager # Date 1177832139 0 # Node ID 6873797b4ed3c0b970e6b8b9af22cde479a3bfa0 # Parent 250623ba42180c709730461bff7530c83b53b4d1 Fix a compiler warning: gtksavedstatuses.c:1680: warning: unused variable ¡Æemblem¡Ç diff -r 250623ba4218 -r 6873797b4ed3 pidgin/gtksavedstatuses.c --- a/pidgin/gtksavedstatuses.c Sun Apr 29 07:03:50 2007 +0000 +++ b/pidgin/gtksavedstatuses.c Sun Apr 29 07:35:39 2007 +0000 @@ -1677,7 +1677,7 @@ GList *sorted, *cur; int i = 0; int index = -1; - GdkPixbuf *pixbuf, *emblem; + GdkPixbuf *pixbuf; GtkTreeIter iter; GtkCellRenderer *text_rend; GtkCellRenderer *icon_rend;