From 749e6f9a50d5570d40c2c5f1ebc3eaceb32776da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 15 Feb 2017 08:25:23 +0100 Subject: vis: remove motion and text objects related to C functions These do not really belong into the editor core. If desired they could be implemented in Lua instead. --- vis-text-objects.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vis-text-objects.c') 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, }, -- cgit v1.2.3