From d7fefe495ef1d1271ddf7dab4c912d14a2034912 Mon Sep 17 00:00:00 2001 From: thefiddler Date: Mon, 23 Dec 2013 21:43:17 +0100 Subject: [PATCH] Removed unused constructors --- Source/OpenTK/Platform/MacOS/CarbonGLNative.cs | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Source/OpenTK/Platform/MacOS/CarbonGLNative.cs b/Source/OpenTK/Platform/MacOS/CarbonGLNative.cs index c6453f7b..88511fb7 100644 --- a/Source/OpenTK/Platform/MacOS/CarbonGLNative.cs +++ b/Source/OpenTK/Platform/MacOS/CarbonGLNative.cs @@ -108,18 +108,6 @@ namespace OpenTK.Platform.MacOS Application.Initialize(); } - CarbonGLNative() : this(WindowClass.Document, - WindowAttributes.StandardDocument | WindowAttributes.StandardHandler | - WindowAttributes.InWindowMenu | WindowAttributes.LiveResize) - { - } - - CarbonGLNative(WindowClass @class, WindowAttributes attrib) - { - mWindowClass = @class; - mWindowAttrib = attrib; - } - public CarbonGLNative(int x, int y, int width, int height, string title, GraphicsMode mode, GameWindowFlags options, DisplayDevice device) {