* GraphicsContext.cs: Removed unused code.

This commit is contained in:
the_fiddler 2009-10-07 11:22:48 +00:00
parent 6e9030e7f9
commit 5294845a91

View file

@ -23,7 +23,6 @@ namespace OpenTK.Graphics
#region --- Fields ---
IGraphicsContext implementation; // The actual render context implementation for the underlying platform.
List<IDisposable> dispose_queue = new List<IDisposable>();
bool disposed;
// Indicates that this context was created through external means, e.g. Tao.Sdl or GLWidget#.
// In this case, We'll assume that the external program will manage the lifetime of this