back out 54501cee764e b=623380

This commit is contained in:
Karl Tomlinson 2013-01-04 13:44:22 +13:00
parent 413e323613
commit 2ec0741d48

View File

@ -565,11 +565,6 @@ xt_client_create ( XtClient* xtclient ,
void
xt_client_unrealize ( XtClient* xtclient )
{
/* Explicitly destroy the child_widget window because this is actually a
child of the socket window. It is not a child of top_widget's window
when that is destroyed. */
XtUnrealizeWidget(xtclient->child_widget);
#if XlibSpecificationRelease >= 6
XtUnregisterDrawable(xtclient->xtdisplay,
xtclient->top_widget->core.window);