aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor.h b/editor.h
index 2f47b52..2efa7c5 100644
--- a/editor.h
+++ b/editor.h
@@ -98,7 +98,6 @@ struct Editor {
Regex *search_pattern; /* last used search pattern */
void (*windows_arrange)(Editor*); /* current layout which places the windows */
void (*statusbar)(EditorWin*); /* configurable user hook to draw statusbar */
- bool running; /* (TODO move elsewhere?) */
};
Editor *editor_new(int width, int height);