From 93f5b60a303ec80123848bbc87676730031a3b32 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 23 Jan 2008 12:42:47 +0000 Subject: [PATCH] Removed some unused code. --- Source/OpenTK/GLContext.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Source/OpenTK/GLContext.cs b/Source/OpenTK/GLContext.cs index 9f4960f4..3c2507b3 100644 --- a/Source/OpenTK/GLContext.cs +++ b/Source/OpenTK/GLContext.cs @@ -26,10 +26,6 @@ namespace OpenTK static Dictionary available_contexts = new Dictionary(); // Contains all available OpenGL contexts. - //delegate IntPtr GetCurrentContextDelegate(); - //static GetCurrentContextDelegate StaticGetCurrentContext; - - #region public GLContext(DisplayMode mode, IWindowInfo window) /// @@ -130,6 +126,11 @@ namespace OpenTK /// public static bool ShareContexts { get { return share_contexts; } set { share_contexts = value; } } + #endregion + + #region public static AvailableDisplayFormats + + #endregion #endregion