summaryrefslogtreecommitdiff
path: root/pidgin/gtksmiley.c
diff options
context:
space:
mode:
Diffstat (limited to 'pidgin/gtksmiley.c')
-rw-r--r--pidgin/gtksmiley.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pidgin/gtksmiley.c b/pidgin/gtksmiley.c
index 06a041d8a1..e59c082fd7 100644
--- a/pidgin/gtksmiley.c
+++ b/pidgin/gtksmiley.c
@@ -520,9 +520,6 @@ static void delete_foreach(GtkTreeModel *model, GtkTreePath *path,
GtkTreeIter *iter, gpointer data)
{
PurpleSmiley *smiley = NULL;
- SmileyManager *dialog;
-
- dialog = (SmileyManager*)data;
gtk_tree_model_get(model, iter,
SMILEY, &smiley,