aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-10-05 18:37:43 +0200
committerThomas White <taw@physics.org>2011-10-05 18:37:43 +0200
commite108eeb76d1feaf37cea243768396de11083d693 (patch)
treec900cc349501ecd3d9e94073d91c091c1b508128 /src/mainwindow.c
parentb6168920c4d90667d6d6099bf3d640fb7805d5a8 (diff)
Remove spurious line
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 6416027..2ac039f 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -272,7 +272,6 @@ static gint start_slideshow_sig(GtkWidget *widget, struct presentation *p)
void notify_slide_changed(struct presentation *p)
{
p->editing_object = NULL;
- update_toolbar(p);
gdk_window_invalidate_rect(p->drawingarea->window, NULL, FALSE);
if ( p->slideshow != NULL ) {