From 2b6aec3b230f99bec06ee78493dd9b748f1ec0d3 Mon Sep 17 00:00:00 2001 From: thefiddler Date: Wed, 22 Jan 2014 10:31:01 +0100 Subject: [PATCH] [OpenTK] Removed unused GraphicsMode field --- Source/OpenTK/Graphics/GraphicsMode.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/OpenTK/Graphics/GraphicsMode.cs b/Source/OpenTK/Graphics/GraphicsMode.cs index 01262ad6..1068f833 100644 --- a/Source/OpenTK/Graphics/GraphicsMode.cs +++ b/Source/OpenTK/Graphics/GraphicsMode.cs @@ -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