From 277c6b4897e11a5449fc1cfab3ab6e83307a7989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Oct 2015 13:47:36 +0200 Subject: view: cleanup option handling --- editor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'editor.h') 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 */ -- cgit v1.2.3