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:
5
io.h
5
io.h
@@ -31,11 +31,6 @@
|
||||
/// If you don't, you break another platform.
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/// Returns x, swapped if the current target is low-endian. Deprecated, please don't use it.
|
||||
word Endian_magic16(word x);
|
||||
/// Returns x, swapped if the current target is low-endian. Deprecated, please don't use it.
|
||||
dword Endian_magic32(dword x);
|
||||
|
||||
/// Reads a single byte from an open file. Returns true if OK, false if a file i/o error occurred.
|
||||
int Read_byte(FILE *file, byte *dest);
|
||||
/// Writes a single byte to an open file. Returns true if OK, false if a file i/o error occurred.
|
||||
|
||||
Reference in New Issue
Block a user