aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-09-25 23:01:35 +0200
committerThomas White <taw@bitwiz.org.uk>2011-09-25 23:01:35 +0200
commite760803ec701fa79564547462ed82b6f34dc80da (patch)
tree3ef645074b4add5b7f718ef6341e8272ca0f4076 /src/presentation.c
parent1dbcef5a7428a7132b746653af671b3a15fc7951 (diff)
More updates...
Diffstat (limited to 'src/presentation.c')
-rw-r--r--src/presentation.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/presentation.c b/src/presentation.c
index fc9aea4..c66507d 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -52,9 +52,6 @@ struct slide *add_slide(struct presentation *p, int pos)
p->completely_empty = 0;
new->parent = p;
- new->slide_width = p->slide_width;
- new->slide_height = p->slide_height;
-
new->render_cache_seq = 0;
new->render_cache = NULL;
render_slide(new); /* Render nothing, just to make the surface exist */