aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
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;