mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 06:55:37 +00:00
[OpenTK] Removed unused GraphicsMode field
This commit is contained in:
parent
770b697583
commit
2b6aec3b23
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue