aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-11-22 23:00:45 +0100
committerThomas White <taw@bitwiz.org.uk>2014-11-22 23:00:45 +0100
commit05d8853ad8da359b12102f448ed16d936d39439d (patch)
treeb8bc9035edb6c55e2db8e6553ca1fd9920e53996 /src/sc_editor.h
parentaef9ff30bf35c60dc757212f98cb4122a089b867 (diff)
Top frame belongs to SCBlock
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 2617b1f..d10cbbd 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -92,7 +92,6 @@ struct _sceditor
double log_h;
SCBlock *scblocks;
cairo_surface_t *surface;
- struct frame top;
SCBlock *stylesheet;
ImageStore *is;