mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 07:15:28 +00:00
* GraphicsContext.cs: Removed unused code.
This commit is contained in:
parent
6e9030e7f9
commit
5294845a91
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue