aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-10-12 14:45:52 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-10-14 10:33:26 +0200
commit4285196462b86077c49c87eaee6c25d0d1a710b5 (patch)
treec45c59a22bf94039c669c5cab5ead015439c35e1 /view.h
parent277c6b4897e11a5449fc1cfab3ab6e83307a7989 (diff)
downloadvis-4285196462b86077c49c87eaee6c25d0d1a710b5.tar.gz
vis-4285196462b86077c49c87eaee6c25d0d1a710b5.tar.xz
view: cleanup whitespace replacement symbol handling
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 8fbb15c..70b64d6 100644
--- a/view.h
+++ b/view.h
@@ -94,8 +94,6 @@ bool view_viewport_down(View *view, int n);
/* associate a set of syntax highlighting rules to this window. */
void view_syntax_set(View*, Syntax*);
Syntax *view_syntax_get(View*);
-void view_symbols_set(View*, int flags);
-int view_symbols_get(View*);
void view_options_set(View*, enum UiOption options);
enum UiOption view_options_get(View*);