From 3822044e175d84bb559580673534cb2d23e829ae Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 2 Sep 2009 23:02:14 +0000 Subject: [PATCH] Removed unused code. --- Source/OpenTK/Graphics/GraphicsContext.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/OpenTK/Graphics/GraphicsContext.cs b/Source/OpenTK/Graphics/GraphicsContext.cs index 9d815ae9..55716374 100644 --- a/Source/OpenTK/Graphics/GraphicsContext.cs +++ b/Source/OpenTK/Graphics/GraphicsContext.cs @@ -128,7 +128,6 @@ namespace OpenTK.Graphics { available_contexts.Add((this as IGraphicsContextInternal).Context, new WeakReference(this)); } - //(implementation as IGraphicsContextInternal).LoadAll(); } finally { @@ -171,7 +170,7 @@ namespace OpenTK.Graphics #region public static void Assert() /// - /// 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. /// /// Generated when no GraphicsContext is current in the calling thread. public static void Assert()