Kaydet (Commit) 1a699e62 authored tarafından Herbert Dürr's avatar Herbert Dürr

#i121406# remove willEnter/willExit-FullScreen methods until they become more useful

üst 88363bd6
......@@ -343,30 +343,6 @@ static AquaSalFrame* getMouseContainerFrame()
return bRet;
}
#if 0 // windowWillEnterFullScreen doesn't do anything useful yet
-(void)windowWillEnterFullScreen: (NSNotification*)pNotification
{
YIELD_GUARD;
if( !mpFrame || !AquaSalFrame::isAlive( mpFrame ) )
return;
// TODO: implement something useful
(void)pNotification;
}
#endif
#if 0 // windowWillExitFullScreen doesn't do anything useful yet
-(void)windowWillExitFullScreen: (NSNotification*)pNotification
{
YIELD_GUARD;
if( !mpFrame || !AquaSalFrame::isAlive( mpFrame ) )
return;
// TODO: implement something useful
(void)pNotification;
}
#endif
-(void)windowDidEnterFullScreen: (NSNotification*)pNotification
{
YIELD_GUARD;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment