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 ac036fb..2e58593 100644
--- a/view.h
+++ b/view.h
@@ -95,8 +95,6 @@ void view_options_set(View*, enum UiOption options);
enum UiOption view_options_get(View*);
void view_colorcolumn_set(View*, int col);
int view_colorcolumn_get(View*);
-void view_horizon_set(View*, size_t bytes);
-size_t view_horizon_get(View*);
/* A view can manage multiple cursors, one of which (the main cursor) is always
* placed within the visible viewport. All functions named view_cursor_* operate