diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-04-05 22:48:50 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-04-05 22:48:50 +0200 |
| commit | 68ecdcaba8cbdf86d6529a08e9daae1675f21e20 (patch) | |
| tree | bba6d5f9da6ed2b38db4a083f232036c8bab78c8 | |
| parent | c3114922f40d10c19b3a4f09273f74926d48d914 (diff) | |
| download | vis-68ecdcaba8cbdf86d6529a08e9daae1675f21e20.tar.gz vis-68ecdcaba8cbdf86d6529a08e9daae1675f21e20.tar.xz | |
Remove unused struct member
| -rw-r--r-- | editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |
