aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-10-12 13:47:36 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-10-14 10:33:26 +0200
commit277c6b4897e11a5449fc1cfab3ab6e83307a7989 (patch)
treea8b34ab47c11dfd9995ef03d9fae1613dde2be67 /editor.h
parent9e391f5e3b2baaee0bf73e5273daf84be8a76ce2 (diff)
downloadvis-277c6b4897e11a5449fc1cfab3ab6e83307a7989.tar.gz
vis-277c6b4897e11a5449fc1cfab3ab6e83307a7989.tar.xz
view: cleanup option handling
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor.h b/editor.h
index 80fe844..87d9aeb 100644
--- a/editor.h
+++ b/editor.h
@@ -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 */