From 0b107a9880ab0510281471dd5c28bda03d6415f8 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Thu, 16 Jul 2009 13:36:41 +0000 Subject: [PATCH] * EglContext.cs: Fixed build error (class committed by mistake - it is not yet implemented). --- Source/OpenTK/Platform/Egl/EglContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/Platform/Egl/EglContext.cs b/Source/OpenTK/Platform/Egl/EglContext.cs index 43e27fae..2f6eab12 100644 --- a/Source/OpenTK/Platform/Egl/EglContext.cs +++ b/Source/OpenTK/Platform/Egl/EglContext.cs @@ -31,7 +31,7 @@ using OpenTK.Graphics; namespace OpenTK.Platform.Egl { - public class EglContext : IGraphicsContext + public class EglContext /*: IGraphicsContext*/ { public EglContext() {