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. --- text-motions.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'text-motions.h') diff --git a/text-motions.h b/text-motions.h index a52b778..cca84c1 100644 --- a/text-motions.h +++ b/text-motions.h @@ -102,11 +102,6 @@ size_t text_sentence_prev(Text*, size_t pos); */ size_t text_paragraph_next(Text*, size_t pos); size_t text_paragraph_prev(Text*, size_t pos); -/* Find next/previous start/end of a C like function definition */ -size_t text_function_start_next(Text*, size_t pos); -size_t text_function_start_prev(Text*, size_t pos); -size_t text_function_end_next(Text*, size_t pos); -size_t text_function_end_prev(Text*, size_t pos); /* A section begins after a form-feed in the first column. size_t text_section_next(Text*, size_t pos); size_t text_section_prev(Text*, size_t pos); -- cgit v1.2.3