* Source/OpenTK/Platform/MacOS/CarbonGLNative.cs: Removed unused

code.
This commit is contained in:
the_fiddler 2010-10-18 16:14:50 +00:00
parent 60a9af5939
commit 9c524e0d52

View file

@ -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);