mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-29 18:06:52 +00:00
[GL] Removed unused code
This commit is contained in:
parent
cd25d5f307
commit
7c4bdab110
|
@ -75,7 +75,6 @@ namespace OpenTK.Graphics.OpenGL
|
||||||
|
|
||||||
internal const string Library = "opengl32.dll";
|
internal const string Library = "opengl32.dll";
|
||||||
|
|
||||||
static SortedList<string, bool> AvailableExtensions = new SortedList<string, bool>();
|
|
||||||
static readonly object sync_root = new object();
|
static readonly object sync_root = new object();
|
||||||
|
|
||||||
static IntPtr[] EntryPoints;
|
static IntPtr[] EntryPoints;
|
||||||
|
|
Loading…
Reference in a new issue