Removed some unused code.

This commit is contained in:
the_fiddler 2008-01-23 12:42:47 +00:00
parent 827fda8e58
commit 93f5b60a30

View file

@ -26,10 +26,6 @@ namespace OpenTK
static Dictionary<ContextHandle, WeakReference> available_contexts = static Dictionary<ContextHandle, WeakReference> available_contexts =
new Dictionary<ContextHandle, WeakReference>(); // Contains all available OpenGL contexts. new Dictionary<ContextHandle, WeakReference>(); // Contains all available OpenGL contexts.
//delegate IntPtr GetCurrentContextDelegate();
//static GetCurrentContextDelegate StaticGetCurrentContext;
#region public GLContext(DisplayMode mode, IWindowInfo window) #region public GLContext(DisplayMode mode, IWindowInfo window)
/// <summary> /// <summary>
@ -130,6 +126,11 @@ namespace OpenTK
/// </remarks> /// </remarks>
public static bool ShareContexts { get { return share_contexts; } set { share_contexts = value; } } public static bool ShareContexts { get { return share_contexts; } set { share_contexts = value; } }
#endregion
#region public static AvailableDisplayFormats
#endregion #endregion
#endregion #endregion