]> www.fi.muni.cz Git - evince.git/commitdiff
[shell] Remove unused variables
authorChristian Persch <chpe@gnome.org>
Sun, 25 Oct 2009 18:54:47 +0000 (19:54 +0100)
committerChristian Persch <chpe@gnome.org>
Sun, 25 Oct 2009 18:54:47 +0000 (19:54 +0100)
shell/ev-sidebar-attachments.c

index 74e89c4163d1756e3789ec263d9213c44aa69eaf..aaaea31c99c2fb8298aec45ef7bcce1440d0a66f 100644 (file)
@@ -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;