From cc476be7ccdcb573eb045f791091bd956dd88a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Sat, 9 Jun 2018 11:52:48 +0200 Subject: Remove unnecessary special cases in cg_mark_range --- commands.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 33ae5a3..4ba7d3d 100644 --- a/commands.c +++ b/commands.c @@ -218,11 +218,6 @@ bool cg_mark_range(arg_t _) { int i, from, to; - if (toggledidx < 0) - return true; - if (toggledidx == fileidx) - return true; - from = toggledidx; to = fileidx; if (fileidx < toggledidx) { -- cgit v1.2.3