diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-12 13:47:36 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-10-14 10:33:26 +0200 |
| commit | 277c6b4897e11a5449fc1cfab3ab6e83307a7989 (patch) | |
| tree | a8b34ab47c11dfd9995ef03d9fae1613dde2be67 /editor.h | |
| parent | 9e391f5e3b2baaee0bf73e5273daf84be8a76ce2 (diff) | |
| download | vis-277c6b4897e11a5449fc1cfab3ab6e83307a7989.tar.gz vis-277c6b4897e11a5449fc1cfab3ab6e83307a7989.tar.xz | |
view: cleanup option handling
Diffstat (limited to 'editor.h')
| -rw-r--r-- | editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -325,7 +325,6 @@ void editor_prompt_set(Editor*, const char *line); /* display a message to the user */ void editor_info_show(Editor*, const char *msg, ...); void editor_info_hide(Editor*); -void editor_window_options(Win*, enum UiOption options); /* look up a curses color pair for the given combination of fore and * background color */ |
