mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 05:25:31 +00:00
* Source/OpenTK/Platform/MacOS/CarbonGLNative.cs: Removed unused
code.
This commit is contained in:
parent
60a9af5939
commit
9c524e0d52
|
@ -694,8 +694,6 @@ namespace OpenTK.Platform.MacOS
|
|||
|
||||
public Point PointToClient(Point point)
|
||||
{
|
||||
IntPtr handle = window.WindowRef;
|
||||
|
||||
Rect r = Carbon.API.GetWindowBounds(window.WindowRef, WindowRegionCode.ContentRegion);
|
||||
Debug.Print("Rect: {0}", r);
|
||||
|
||||
|
@ -703,8 +701,6 @@ namespace OpenTK.Platform.MacOS
|
|||
}
|
||||
public Point PointToScreen(Point point)
|
||||
{
|
||||
IntPtr handle = window.WindowRef;
|
||||
|
||||
Rect r = Carbon.API.GetWindowBounds(window.WindowRef, WindowRegionCode.ContentRegion);
|
||||
Debug.Print("Rect: {0}", r);
|
||||
|
||||
|
|
Loading…
Reference in a new issue