aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/view.h b/view.h
index 01b4918..049ed4c 100644
--- a/view.h
+++ b/view.h
@@ -54,8 +54,6 @@ void view_tabwidth_set(View*, int tabwidth);
/* cursor movements which also update selection if one is active.
* they return new cursor postion */
-size_t view_char_next(View*);
-size_t view_char_prev(View*);
size_t view_line_down(View*);
size_t view_line_up(View*);
size_t view_screenline_down(View*);