Removed unused code.
This commit is contained in:
parent
babb202015
commit
3822044e17
1 changed files with 1 additions and 2 deletions
|
@ -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