[GL] Removed unused code

This commit is contained in:
thefiddler 2014-04-26 19:12:49 +02:00
parent cd25d5f307
commit 7c4bdab110

View file

@ -75,7 +75,6 @@ namespace OpenTK.Graphics.OpenGL
internal const string Library = "opengl32.dll";
static SortedList<string, bool> AvailableExtensions = new SortedList<string, bool>();
static readonly object sync_root = new object();
static IntPtr[] EntryPoints;