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 e7603ff..3368e07 100644
--- a/vis-text-objects.c
+++ b/vis-text-objects.c
@@ -173,9 +173,6 @@ const TextObject vis_textobjects[] = {
.txt = object_backtick,
.type = TEXTOBJECT_DELIMITED_INNER,
},
- [VIS_TEXTOBJECT_OUTER_ENTIRE] = {
- .txt = text_object_entire,
- },
[VIS_TEXTOBJECT_OUTER_LINE] = {
.txt = text_object_line,
},