diff --git a/Source/Bind/Wgl/Generator.cs b/Source/Bind/Wgl/Generator.cs index 2a8b89f8..ef13d079 100644 --- a/Source/Bind/Wgl/Generator.cs +++ b/Source/Bind/Wgl/Generator.cs @@ -65,10 +65,5 @@ namespace Bind.Wgl Bind.Structures.Function.Wrappers, Bind.Structures.Enum.GLEnums); } - - public override Bind.Structures.DelegateCollection ReadDelegates(System.IO.StreamReader specFile) - { - return base.ReadDelegates(specFile); - } } }