aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-04-05 22:48:50 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-04-05 22:48:50 +0200
commit68ecdcaba8cbdf86d6529a08e9daae1675f21e20 (patch)
treebba6d5f9da6ed2b38db4a083f232036c8bab78c8
parentc3114922f40d10c19b3a4f09273f74926d48d914 (diff)
downloadvis-68ecdcaba8cbdf86d6529a08e9daae1675f21e20.tar.gz
vis-68ecdcaba8cbdf86d6529a08e9daae1675f21e20.tar.xz
Remove unused struct member
-rw-r--r--editor.h1
1 files changed, 0 insertions, 1 deletions
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 */