mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-29 18:06:52 +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.
|
IntPtr? index = null; // The id of the pixel format or visual.
|
||||||
|
|
||||||
static GraphicsMode defaultMode;
|
static GraphicsMode defaultMode;
|
||||||
static IGraphicsMode implementation;
|
|
||||||
static readonly object SyncRoot = new object();
|
static readonly object SyncRoot = new object();
|
||||||
|
|
||||||
#region Constructors
|
#region Constructors
|
||||||
|
|
Loading…
Reference in a new issue