Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-10-25 18:54:47 (GMT)
committer Christian Persch <chpe@gnome.org>2009-10-25 18:54:47 (GMT)
commit1c3a2e3cd2fdb1ffddb4727549c8e4cc749a0499 (patch)
tree5942f1bd5f4ac36174db6d853729fcaa8304245a /shell
parent14e56a441c3377613fe37bc2d16bf6592c1d2e52 (diff)
[shell] Remove unused variables
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-sidebar-attachments.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-sidebar-attachments.c b/shell/ev-sidebar-attachments.c
index 74e89c4..aaaea31 100644
--- a/shell/ev-sidebar-attachments.c
+++ b/shell/ev-sidebar-attachments.c
@@ -410,7 +410,7 @@ ev_sidebar_attachments_drag_data_get (GtkWidget *widget,
GtkTreePath *path;
GtkTreeIter iter;
GFile *file;
- gchar *filename, *template, *name;
+ gchar *template;
GError *error = NULL;
path = (GtkTreePath *) l->data;