mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 04:05:36 +00:00
Removed some unused code.
This commit is contained in:
parent
827fda8e58
commit
93f5b60a30
|
@ -26,10 +26,6 @@ namespace OpenTK
|
|||
static Dictionary<ContextHandle, WeakReference> available_contexts =
|
||||
new Dictionary<ContextHandle, WeakReference>(); // Contains all available OpenGL contexts.
|
||||
|
||||
//delegate IntPtr GetCurrentContextDelegate();
|
||||
//static GetCurrentContextDelegate StaticGetCurrentContext;
|
||||
|
||||
|
||||
#region public GLContext(DisplayMode mode, IWindowInfo window)
|
||||
|
||||
/// <summary>
|
||||
|
@ -130,6 +126,11 @@ namespace OpenTK
|
|||
/// </remarks>
|
||||
public static bool ShareContexts { get { return share_contexts; } set { share_contexts = value; } }
|
||||
|
||||
#endregion
|
||||
|
||||
#region public static AvailableDisplayFormats
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in a new issue