aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-09-28 14:59:05 +0200
committerThomas White <taw@bitwiz.org.uk>2014-09-28 14:59:05 +0200
commit2931d57e2bb25d44e6b70e18935fe1530b8dd4a5 (patch)
tree8c5f1d44963e6bce76d8802804fc2b5883b9cfbe /src/presentation.h
parentbee5e2fd263d81b7dc8180e831cbc96500cece1f (diff)
SCEditor, part III
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/presentation.h b/src/presentation.h
index f3b11b4..0fa7d71 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -44,13 +44,6 @@ struct slide
struct presentation *parent;
struct slide_template *st;
- /* Any of these may be NULL */
- cairo_surface_t *rendered_proj;
- cairo_surface_t *rendered_edit;
-
- /* This should always be present (and up to date). */
- cairo_surface_t *rendered_thumb;
-
struct frame *top;
SCBlock *scblocks;