mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-08 10:30:37 +00:00
Removed some unsused code.
This commit is contained in:
parent
381222897c
commit
e0d07ee0b0
|
@ -65,10 +65,5 @@ namespace Bind.Wgl
|
||||||
Bind.Structures.Function.Wrappers,
|
Bind.Structures.Function.Wrappers,
|
||||||
Bind.Structures.Enum.GLEnums);
|
Bind.Structures.Enum.GLEnums);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override Bind.Structures.DelegateCollection ReadDelegates(System.IO.StreamReader specFile)
|
|
||||||
{
|
|
||||||
return base.ReadDelegates(specFile);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue