* EglContext.cs: Fixed build error (class committed by mistake - it is not yet implemented).

This commit is contained in:
the_fiddler 2009-07-16 13:36:41 +00:00
parent c41c81613d
commit 0b107a9880

View file

@ -31,7 +31,7 @@ using OpenTK.Graphics;
namespace OpenTK.Platform.Egl namespace OpenTK.Platform.Egl
{ {
public class EglContext : IGraphicsContext public class EglContext /*: IGraphicsContext*/
{ {
public EglContext() public EglContext()
{ {