Drop unused variables.
authorLaurent Monin <zas@norz.org>
Thu, 30 Aug 2012 12:39:55 +0000 (14:39 +0200)
committerLaurent Monin <zas@norz.org>
Thu, 30 Aug 2012 12:39:55 +0000 (14:39 +0200)
src/view_file_list.c

index 06edf9f..a230921 100644 (file)
@@ -257,8 +257,6 @@ static void vflist_dnd_get(GtkWidget *widget, GdkDragContext *context,
 {
        ViewFile *vf = data;
        GList *list = NULL;
-       gchar *uri_text = NULL;
-       gint total;
 
        if (!VFLIST(vf)->click_fd) return;