aboutsummaryrefslogtreecommitdiff
path: root/vis-text-objects.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis-text-objects.c')
-rw-r--r--vis-text-objects.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vis-text-objects.c b/vis-text-objects.c
index ab16672..e7603ff 100644
--- a/vis-text-objects.c
+++ b/vis-text-objects.c
@@ -176,9 +176,6 @@ const TextObject vis_textobjects[] = {
[VIS_TEXTOBJECT_OUTER_ENTIRE] = {
.txt = text_object_entire,
},
- [VIS_TEXTOBJECT_INNER_ENTIRE] = {
- .txt = text_object_entire_inner,
- },
[VIS_TEXTOBJECT_OUTER_LINE] = {
.txt = text_object_line,
},