Removed unused code.

This commit is contained in:
the_fiddler 2009-09-02 23:02:14 +00:00
parent babb202015
commit 3822044e17

View file

@ -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()