unused functions...

This commit is contained in:
Bradley Bell 2003-11-25 04:20:00 +00:00
parent 347e338e5e
commit ffc98df57e
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2003-11-24 Bradley Bell <btb@icculus.org>
* arch/win32/findfile.c: unused functions...
* README: stuff
* arch/sdl/mouse.c, main/konfig.c, main/newmenu.c, main/newmenu.h:

View file

@ -62,6 +62,7 @@ int FileFindClose(void)
}
#if 0
int GetFileDateTime(int filehandle, FILETIMESTRUCT *ftstruct)
{
FILETIME filetime;
@ -87,3 +88,4 @@ int SetFileDateTime(int filehandle, FILETIMESTRUCT *ftstruct)
if (retval) return 0;
else return 1;
}
#endif