aboutsummaryrefslogtreecommitdiff
path: root/vis-motions.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-02-15 08:20:48 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-02-15 08:20:48 +0100
commitd266238916882b4082b3ddbb71941aea5e7d20ef (patch)
treef4f1a96cf14cba2c73e233150fab9b43fca3fb67 /vis-motions.c
parent05f4d783c369cba54156b0d7e8269efd9d81ff96 (diff)
downloadvis-d266238916882b4082b3ddbb71941aea5e7d20ef.tar.gz
vis-d266238916882b4082b3ddbb71941aea5e7d20ef.tar.xz
text-motions: remove unused text_line_lastchar
Diffstat (limited to 'vis-motions.c')
-rw-r--r--vis-motions.c4
1 files changed, 0 insertions, 4 deletions
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,
},