notebook: Remove unnessecary gtk_widget_set_mapped()

We chain up, and the chainedup function calls this for us.
This commit is contained in:
Benjamin Otte
2015-12-19 08:04:41 +01:00
parent dc4148c4e2
commit 33b6e30f68

View File

@ -1987,8 +1987,6 @@ gtk_notebook_unmap (GtkWidget *widget)
stop_scrolling (notebook);
gtk_widget_set_mapped (widget, FALSE);
gdk_window_hide (priv->event_window);
GTK_WIDGET_CLASS (gtk_notebook_parent_class)->unmap (widget);