Removed incorrect comment

This commit is contained in:
Stefanos A. 2013-11-20 13:05:49 +01:00
parent 48803bb4d6
commit 1d19a80b53

View file

@ -65,8 +65,6 @@ namespace OpenTK.Platform.SDL2
public GraphicsContext.GetCurrentContextDelegate CreateGetCurrentGraphicsContext()
{
// Unfortunately, SDL does not provide a GetContext function
// so we need to implement our own.
return (GraphicsContext.GetCurrentContextDelegate)delegate
{
return Sdl2GraphicsContext.GetCurrentContext();