| 734 | // |
| 735 | |
| 736 | ILboolean ilValidate::Valid(ILenum Type, char *FileName) |
| 737 | { |
| 738 | return ilIsValid(Type, FileName); |
| 739 | } |
| 740 | |
| 741 | |
| 742 | ILboolean ilValidate::Valid(ILenum Type, FILE *File) |
nothing calls this directly
no outgoing calls
no test coverage detected