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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user