diff options
Diffstat (limited to 'vis-text-objects.c')
| -rw-r--r-- | vis-text-objects.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vis-text-objects.c b/vis-text-objects.c index 86c9feb..af9aae2 100644 --- a/vis-text-objects.c +++ b/vis-text-objects.c @@ -177,12 +177,6 @@ const TextObject vis_textobjects[] = { [VIS_TEXTOBJECT_INNER_ENTIRE] = { .txt = text_object_entire_inner, }, - [VIS_TEXTOBJECT_OUTER_FUNCTION] = { - .txt = text_object_function, - }, - [VIS_TEXTOBJECT_INNER_FUNCTION] = { - .txt = text_object_function_inner, - }, [VIS_TEXTOBJECT_OUTER_LINE] = { .txt = text_object_line, }, |
