]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/notebook.cpp
Added wxStopWatch::TimeInMicro() for better precision time measurement.
[wxWidgets.git] / src / gtk / notebook.cpp
index 9cf75ee56be8e065c97e54004f4dc3a59653d521..f2e48a5e052a663f97fc8f106a4468de86006887 100644 (file)
@@ -352,8 +352,6 @@ wxNotebookPage *wxNotebook::DoRemovePage( size_t page )
     if ( !client )
         return NULL;
 
-    gtk_widget_unrealize( client->m_widget );
-
     // we don't need to unparent the client->m_widget; GTK+ will do
     // that for us (and will throw a warning if we do it!)
     gtk_notebook_remove_page( GTK_NOTEBOOK(m_widget), page );