aboutsummaryrefslogtreecommitdiff
path: root/src/slideshow.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-01-05 22:36:11 +0100
committerThomas White <taw@physics.org>2018-01-05 22:36:11 +0100
commit32a34c806d191d542700b263403ce50cadca9f37 (patch)
tree873483ea41b2ef8e51a408bb678af751cd8acfec /src/slideshow.c
parentc769d823cfd37704bf07650e1cb1153a68ee51fd (diff)
Add option to start presentation without slides (timing only)
Diffstat (limited to 'src/slideshow.c')
-rw-r--r--src/slideshow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/slideshow.c b/src/slideshow.c
index 9eae2dc..0b9cdcb 100644
--- a/src/slideshow.c
+++ b/src/slideshow.c
@@ -222,7 +222,6 @@ SCSlideshow *sc_slideshow_new(struct presentation *p)
gtk_window_fullscreen(GTK_WINDOW(ss));
ss->linked = 1;
- gtk_widget_show_all(GTK_WIDGET(ss));
if ( ss->inhibit != NULL ) do_inhibit(ss->inhibit, 1);