diff pidgin/gtksavedstatuses.c @ 16644:ec2c24b5fe33

Get rid of a compile warning about an unused variable
author Mark Doliner <mark@kingant.net>
date Sun, 29 Apr 2007 05:31:43 +0000
parents 08db93bbd798
children 92c3c2eeba87 9c9184b61564
line wrap: on
line diff
--- a/pidgin/gtksavedstatuses.c	Sun Apr 29 05:26:59 2007 +0000
+++ b/pidgin/gtksavedstatuses.c	Sun Apr 29 05:31:43 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;