aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vis-core.h b/vis-core.h
index 052222e..ceb1311 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -128,7 +128,6 @@ struct Vis {
File *files; /* all files currently managed by this editor instance */
Win *windows; /* all windows currently managed by this editor instance */
Win *win; /* currently active/focused window */
- Syntax *syntaxes; /* NULL terminated array of syntax definitions */
Register registers[VIS_REG_INVALID]; /* registers used for yank and put */
Macro macros[VIS_MACRO_INVALID]; /* recorded macros */
Macro *recording, *last_recording; /* currently (if non NULL) and least recently recorded macro */