aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-10-23 16:01:37 +0100
committerThomas White <taw@bitwiz.org.uk>2015-10-23 16:01:37 +0100
commit548a3256d607ca564b25a98e7f4d8286fb07e6dd (patch)
tree41ecdf92993e535ae2a89a9bcfea8e154c21f791 /src/sc_editor.h
parent0c834391b9e544de81153d7dda1b064ce202933b (diff)
No need for need_draw
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index a6276ee..f11a842 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -105,7 +105,6 @@ struct _sceditor
double scroll_pos;
int visible_height;
int flow;
- int need_draw;
/* Pointers to the frame currently being edited */
struct frame *selection;