From 6d84a1d22038d0a03c19d43ec4c8a01acbf13426 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 10 Oct 2011 11:58:59 +0200 Subject: Code cleanup --- src/keyevents.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/keyevents.c') 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; -- cgit v1.2.3