Mercurial > pidgin.yaz
changeset 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 | 93f17ae94a1b |
children | 9c791313ee7c ee36e4bd84ca |
files | pidgin/gtksavedstatuses.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;