From 925abfdb105443bc1c3848207e26a6cfec53a256 Mon Sep 17 00:00:00 2001 From: thefiddler Date: Fri, 21 Feb 2014 14:04:33 +0100 Subject: [PATCH] [EGL] Removed unnecessary OpenTK.Platform.Windows reference --- Source/OpenTK/Platform/Egl/EglContext.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Source/OpenTK/Platform/Egl/EglContext.cs b/Source/OpenTK/Platform/Egl/EglContext.cs index 86b95eec..56ee30cf 100644 --- a/Source/OpenTK/Platform/Egl/EglContext.cs +++ b/Source/OpenTK/Platform/Egl/EglContext.cs @@ -26,10 +26,8 @@ #endregion using System; - -using OpenTK.Graphics; using System.Diagnostics; -using OpenTK.Platform.Windows; +using OpenTK.Graphics; namespace OpenTK.Platform.Egl {