Get rid of memory status functions

Unused.
This commit is contained in:
dhewg 2012-01-08 12:20:51 +01:00 committed by Daniel Gibson
parent cdefb2ba7a
commit b87bd8040f

View file

@ -176,10 +176,6 @@ int Sys_GetVideoRam( void );
// returns amount of drive space in path
int Sys_GetDriveFreeSpace( const char *path );
// returns memory stats
void Sys_GetCurrentMemoryStatus( sysMemoryStats_t &stats );
void Sys_GetExeLaunchMemoryStatus( sysMemoryStats_t &stats );
// lock and unlock memory
bool Sys_LockMemory( void *ptr, int bytes );
bool Sys_UnlockMemory( void *ptr, int bytes );