*** empty log message ***

This commit is contained in:
bhook 2003-03-16 03:30:43 +00:00
parent f101472293
commit 433ae86ef8
1 changed files with 0 additions and 3 deletions

View File

@ -1193,8 +1193,6 @@ char * __PHYSFS_convertToDependent(const char *prepend,
int __PHYSFS_verifySecurity(DirHandle *h, const char *fname)
{
return 1;
#if 0
int retval = 1;
char *start;
char *end;
@ -1256,7 +1254,6 @@ int __PHYSFS_verifySecurity(DirHandle *h, const char *fname)
free(str);
return(retval);
#endif
} /* __PHYSFS_verifySecurity */