osx: Do not unrealize on hide

Calling unrealize on ClutterStage::hide will cause an assertion
failure and other badness when we destroy the stage.
This commit is contained in:
Emmanuele Bassi 2011-04-02 22:36:38 +01:00
parent 130c79ac03
commit 28c0a4d6be

View File

@ -391,7 +391,6 @@ clutter_stage_osx_hide (ClutterStageWindow *stage_window)
[self->window orderOut: nil];
clutter_stage_osx_unrealize (stage_window);
clutter_actor_unmap (CLUTTER_ACTOR (self->wrapper));
CLUTTER_OSX_POOL_RELEASE();