From 0e72cb3dd260d57aa1d934bf55a11ef68dcd23ea Mon Sep 17 00:00:00 2001 From: Stefanos A Date: Wed, 15 Jan 2014 17:36:45 +0100 Subject: [PATCH] [OpenTK] Removed unused CreateGraphicsMode API IPlatformFactory.CreateGraphicsMode is no longer used or required. --- Source/OpenTK/Platform/IPlatformFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/Platform/IPlatformFactory.cs b/Source/OpenTK/Platform/IPlatformFactory.cs index a126c13..b42e1ab 100644 --- a/Source/OpenTK/Platform/IPlatformFactory.cs +++ b/Source/OpenTK/Platform/IPlatformFactory.cs @@ -44,7 +44,7 @@ namespace OpenTK.Platform IGraphicsContext CreateGLContext(ContextHandle handle, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags); GraphicsContext.GetCurrentContextDelegate CreateGetCurrentGraphicsContext(); - + OpenTK.Input.IKeyboardDriver2 CreateKeyboardDriver(); OpenTK.Input.IMouseDriver2 CreateMouseDriver(); -- 2.7.4