Removed some unsused code.

This commit is contained in:
the_fiddler 2008-01-15 09:23:12 +00:00
parent 2ed3306174
commit 860234010f

View file

@ -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);
}
}
}