gtk_pizza_set_external is redundant

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-09-12 17:18:23 +00:00
parent 3208e55e12
commit c764029c20
3 changed files with 6 additions and 35 deletions

View File

@@ -78,8 +78,6 @@
#undef HAVE_XIM
#endif
extern GtkContainerClass *pizza_parent_class;
//-----------------------------------------------------------------------------
// documentation on internals
//-----------------------------------------------------------------------------
@@ -513,8 +511,6 @@ gtk_window_expose_callback( GtkWidget *widget,
win->GtkSendPaintEvents();
// Let parent window draw window-less widgets
(* GTK_WIDGET_CLASS (pizza_parent_class)->expose_event) (widget, gdk_event);
return FALSE;
}
}
@@ -2604,8 +2600,6 @@ void wxWindowGTK::PostCreation()
{
// these get reported to wxWidgets -> wxPaintEvent
gtk_pizza_set_external( GTK_PIZZA(m_wxwindow), TRUE );
g_signal_connect (m_wxwindow, "expose_event",
G_CALLBACK (gtk_window_expose_callback), this);