aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.c
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.c
parentbee5e2fd263d81b7dc8180e831cbc96500cece1f (diff)
SCEditor, part III
Diffstat (limited to 'src/presentation.c')
-rw-r--r--src/presentation.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/presentation.c b/src/presentation.c
index e565edf..d6c7429 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -129,10 +129,6 @@ struct slide *new_slide()
new = calloc(1, sizeof(struct slide));
if ( new == NULL ) return NULL;
- new->rendered_edit = NULL;
- new->rendered_proj = NULL;
- new->rendered_thumb = NULL;
-
new->top = frame_new();
/* FIXME: Set zero margins etc on top level frame */