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