From 68ecdcaba8cbdf86d6529a08e9daae1675f21e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 5 Apr 2015 22:48:50 +0200 Subject: Remove unused struct member --- editor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'editor.h') diff --git a/editor.h b/editor.h index 9af1254..c78a5ee 100644 --- a/editor.h +++ b/editor.h @@ -116,7 +116,6 @@ struct Editor { EditorWin *prompt_window; /* window which was focused before prompt was shown */ char prompt_type; /* command ':' or search '/','?' prompt */ Regex *search_pattern; /* last used search pattern */ - void (*windows_arrange)(Editor*); /* current layout which places the windows */ int tabwidth; /* how many spaces should be used to display a tab */ bool expandtab; /* whether typed tabs should be converted to spaces */ bool autoindent; /* whether indentation should be copied from previous line on newline */ -- cgit v1.2.3