Skip to content

Commit

Permalink
Drop unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Aug 30, 2012
1 parent e3eddd6 commit 398ef48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/view_file_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 398ef48

Please sign in to comment.