diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-12 14:45:52 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-10-14 10:33:26 +0200 |
| commit | 4285196462b86077c49c87eaee6c25d0d1a710b5 (patch) | |
| tree | c45c59a22bf94039c669c5cab5ead015439c35e1 /view.h | |
| parent | 277c6b4897e11a5449fc1cfab3ab6e83307a7989 (diff) | |
| download | vis-4285196462b86077c49c87eaee6c25d0d1a710b5.tar.gz vis-4285196462b86077c49c87eaee6c25d0d1a710b5.tar.xz | |
view: cleanup whitespace replacement symbol handling
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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*); |
