1
0
Dan Walmsley 5 жил өмнө
parent
commit
119a64a1fb

+ 0 - 14
native/Avalonia.Native/src/OSX/window.mm

@@ -677,20 +677,6 @@ NSArray* AllLoopModes = [NSArray arrayWithObjects: NSDefaultRunLoopMode, NSEvent
     }
 }
 
-/*
-- (BOOL)lockFocusIfCanDraw
-{
-    @synchronized (self)
-    {
-        if(_parent == nullptr)
-        {
-            return NO;
-        }
-    }
-    
-    return [super lockFocusIfCanDraw];
-}*/
-
 -(AvnPixelSize) getPixelSize
 {
     return _lastPixelSize;