[OpenTK] Removed unused GraphicsMode field

This commit is contained in:
thefiddler 2014-01-22 10:31:01 +01:00
parent 770b697583
commit 2b6aec3b23

View file

@ -22,7 +22,6 @@ namespace OpenTK.Graphics
IntPtr? index = null; // The id of the pixel format or visual.
static GraphicsMode defaultMode;
static IGraphicsMode implementation;
static readonly object SyncRoot = new object();
#region Constructors