diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-10-10 11:58:59 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-10-10 12:09:23 +0200 |
commit | 6d84a1d22038d0a03c19d43ec4c8a01acbf13426 (patch) | |
tree | 4851e1c9b60a065485f90bae6c4afd7cd0ed6ca6 /src/keyevents.c | |
parent | 58e7ef40a6fc437f84b7761d2bf83acfc534ceb8 (diff) |
Code cleanup
Diffstat (limited to 'src/keyevents.c')
-rw-r--r-- | src/keyevents.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/keyevents.c b/src/keyevents.c index 05f1f5b..3c864fb 100644 --- a/src/keyevents.c +++ b/src/keyevents.c @@ -347,7 +347,6 @@ void feh_event_invoke_action(winwidget winwid, unsigned char action) winwidget_destroy(winwid); } else if (winwid->type == WIN_TYPE_THUMBNAIL) { feh_file *thumbfile; - /* also see events.c:306 */ thumbfile = feh_thumbnail_get_selected_file(); if (thumbfile) { @@ -356,8 +355,6 @@ void feh_event_invoke_action(winwidget winwid, unsigned char action) if (!opt.hold_actions[action]) feh_thumbnail_mark_removed(thumbfile, 0); } - else - weprintf("No thumbnail selected"); } } return; |