Removed unused and obsolete fields.
This commit is contained in:
parent
74e22142cb
commit
bac01afe00
1 changed files with 2 additions and 20 deletions
|
@ -41,24 +41,6 @@ namespace OpenTK
|
|||
{
|
||||
#region Fields
|
||||
|
||||
/// <summary>
|
||||
/// A reflection handle to the nested type that contains the function delegates.
|
||||
/// </summary>
|
||||
[Obsolete("Not used")]
|
||||
readonly protected Type DelegatesClass;
|
||||
|
||||
/// <summary>
|
||||
/// A refection handle to the nested type that contains core functions (i.e. not extensions).
|
||||
/// </summary>
|
||||
[Obsolete("Not used")]
|
||||
readonly protected Type CoreClass;
|
||||
|
||||
/// <summary>
|
||||
/// A mapping of core function names to MethodInfo handles.
|
||||
/// </summary>
|
||||
[Obsolete("Not used")]
|
||||
readonly protected SortedList<string, MethodInfo> CoreFunctionMap;
|
||||
|
||||
bool rebuildExtensionList = true;
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in a new issue