Removed some unused functions (kindly pointed out by the great ncc tool)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@796 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
17
io.c
17
io.c
@@ -39,23 +39,6 @@
|
||||
#include "io.h"
|
||||
#include "realpath.h"
|
||||
|
||||
word Endian_magic16(word x)
|
||||
{
|
||||
#if SDL_BYTEORDER == SDL_LIL_ENDIAN
|
||||
return x;
|
||||
#else
|
||||
return SDL_Swap16(x);
|
||||
#endif
|
||||
}
|
||||
dword Endian_magic32(dword x)
|
||||
{
|
||||
#if SDL_BYTEORDER == SDL_LIL_ENDIAN
|
||||
return x;
|
||||
#else
|
||||
return SDL_Swap32(x);
|
||||
#endif
|
||||
}
|
||||
|
||||
// Lit un octet
|
||||
// Renvoie -1 si OK, 0 en cas d'erreur
|
||||
int Read_byte(FILE *file, byte *dest)
|
||||
|
||||
Reference in New Issue
Block a user