From d266238916882b4082b3ddbb71941aea5e7d20ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 15 Feb 2017 08:20:48 +0100 Subject: text-motions: remove unused text_line_lastchar --- vis-motions.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vis-motions.c') diff --git a/vis-motions.c b/vis-motions.c index 82b48f3..02b687d 100644 --- a/vis-motions.c +++ b/vis-motions.c @@ -394,10 +394,6 @@ const Movement vis_motions[] = { .txt = text_line_finish, .type = INCLUSIVE, }, - [VIS_MOVE_LINE_LASTCHAR] = { - .txt = text_line_lastchar, - .type = INCLUSIVE, - }, [VIS_MOVE_LINE_END] = { .txt = text_line_end, }, -- cgit v1.2.3