mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 12:05:37 +00:00
Removed some unsused code.
This commit is contained in:
parent
2ed3306174
commit
860234010f
|
@ -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