mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-03 05:10:58 +00:00
Commented out an unused code block.
This commit is contained in:
parent
62cc647613
commit
d129fc26d9
|
@ -344,9 +344,10 @@ namespace OpenTK.Graphics
|
|||
static bool SupportsFunction(MethodInfo method)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
#if false
|
||||
lock (gl_lock)
|
||||
{
|
||||
/*
|
||||
|
||||
if (function == null)
|
||||
throw new ArgumentNullException("function");
|
||||
|
||||
|
@ -362,9 +363,10 @@ namespace OpenTK.Graphics
|
|||
return false;
|
||||
|
||||
return f.GetValue(null) != null;
|
||||
*/
|
||||
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in a new issue