summaryrefslogtreecommitdiff
path: root/src/keyevents.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyevents.c')
-rw-r--r--src/keyevents.c3
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;