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 --- main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index a909b8a..98e8ae5 100644 --- a/main.c +++ b/main.c @@ -155,7 +155,6 @@ enum { VIS_ACTION_CURSOR_LINE_FINISH, VIS_ACTION_CURSOR_LINE_BEGIN, VIS_ACTION_CURSOR_LINE_END, - VIS_ACTION_CURSOR_LINE_LASTCHAR, VIS_ACTION_CURSOR_SCREEN_LINE_UP, VIS_ACTION_CURSOR_SCREEN_LINE_DOWN, VIS_ACTION_CURSOR_SCREEN_LINE_BEGIN, @@ -420,11 +419,6 @@ static const KeyAction vis_action[] = { "Move cursor to end of the line", movement, { .i = VIS_MOVE_LINE_END } }, - [VIS_ACTION_CURSOR_LINE_LASTCHAR] = { - "cursor-line-lastchar", - "Move cursor to last character of the line", - movement, { .i = VIS_MOVE_LINE_LASTCHAR } - }, [VIS_ACTION_CURSOR_SCREEN_LINE_UP] = { "cursor-screenline-up", "Move cursor screen/display line upwards", -- cgit v1.2.3