aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-11-27 22:15:30 +0100
committerThomas White <taw@bitwiz.org.uk>2014-11-27 22:15:30 +0100
commit25fd04356ab94d4f614bce58d1c291e4c4f1f168 (patch)
tree6873e0bfa59a9ccb0929ad380211d0c863021fb5 /src/presentation.c
parentce4063914caf0d28b807ecefa0a6be137b178d49 (diff)
Restore "b splits"
Diffstat (limited to 'src/presentation.c')
-rw-r--r--src/presentation.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/presentation.c b/src/presentation.c
index ea3080a..d99ec55 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -46,11 +46,6 @@ void free_presentation(struct presentation *p)
int i;
int final = 0;
- if ( p->slideshow != NULL ) {
- end_slideshow(p->slideshow);
- p->slideshow = NULL;
- }
-
for ( i=0; i<p->num_slides; i++ ) {
free_slide(p->slides[i]);
}
@@ -220,8 +215,6 @@ struct presentation *new_presentation()
new->filename = NULL;
new->titlebar = get_titlebar_string(new);
- new->slideshow = NULL;
-
new->slide_width = 1024.0;
new->slide_height = 768.0;