diff options
Diffstat (limited to 'text-motions.h')
| -rw-r--r-- | text-motions.h | 5 |
1 files changed, 0 insertions, 5 deletions
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); |
