mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-30 11:16:56 +00:00
Removed unused code.
This commit is contained in:
parent
9efa051ba3
commit
0edbcae3b4
|
@ -128,7 +128,6 @@ namespace OpenTK.Graphics
|
||||||
{
|
{
|
||||||
available_contexts.Add((this as IGraphicsContextInternal).Context, new WeakReference(this));
|
available_contexts.Add((this as IGraphicsContextInternal).Context, new WeakReference(this));
|
||||||
}
|
}
|
||||||
//(implementation as IGraphicsContextInternal).LoadAll();
|
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
@ -171,7 +170,7 @@ namespace OpenTK.Graphics
|
||||||
#region public static void Assert()
|
#region public static void Assert()
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Checks if a GraphicsContext exists in the calling thread and throws a GraphicsContextException if it doesn't.
|
/// Checks if a GraphicsContext exists in the calling thread and throws a GraphicsContextMissingException if it doesn't.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <exception cref="GraphicsContextMissingException">Generated when no GraphicsContext is current in the calling thread.</exception>
|
/// <exception cref="GraphicsContextMissingException">Generated when no GraphicsContext is current in the calling thread.</exception>
|
||||||
public static void Assert()
|
public static void Assert()
|
||||||
|
|
Loading…
Reference in a new issue