From d56478c5b27f98768d1bebccc0dc7f4b4f2257e1 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Thu, 28 Oct 2010 08:43:36 +0000 Subject: [PATCH] Minor cosmetic change. --- Source/OpenTK/Platform/Windows/WinFactory.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/OpenTK/Platform/Windows/WinFactory.cs b/Source/OpenTK/Platform/Windows/WinFactory.cs index b4c55db3..e5b02e50 100644 --- a/Source/OpenTK/Platform/Windows/WinFactory.cs +++ b/Source/OpenTK/Platform/Windows/WinFactory.cs @@ -76,7 +76,6 @@ namespace OpenTK.Platform.Windows public virtual OpenTK.Input.IKeyboardDriver CreateKeyboardDriver() { - return InputDriver.KeyboardDriver; }