From e108eeb76d1feaf37cea243768396de11083d693 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 5 Oct 2011 18:37:43 +0200 Subject: Remove spurious line --- src/mainwindow.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainwindow.c') 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 ) { -- cgit v1.2.3