aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-10-23 14:31:51 +0100
committerThomas White <taw@bitwiz.org.uk>2015-10-23 14:31:51 +0100
commit97da98d363fc987722170875dbe497d83411af09 (patch)
treeed9f3e85ba41cefc766ccad2abc1e801b98e0974 /src/sc_editor.h
parent0bb6c559e2e10b54caf943097e097372b79a982a (diff)
Don't need the Cairo surface any more
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 d37fb66..a6276ee 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -92,7 +92,6 @@ struct _sceditor
double log_w; /* Size of surface in "SC units" */
double log_h;
SCBlock *scblocks;
- cairo_surface_t *surface;
SCBlock **stylesheets;
ImageStore *is;
SCCallbackList *cbl;