Removed usage of Sys_GetSystemRam(). refs #164

This commit is contained in:
Robert Beckebans 2014-08-06 11:35:42 +02:00
parent 45b0075a75
commit 195b99e39f

View file

@ -995,7 +995,7 @@ void Posix_LateInit()
Posix_InitConsoleInput();
com_pid.SetInteger( getpid() );
common->Printf( "pid: %d\n", com_pid.GetInteger() );
common->Printf( "%d MB System Memory\n", Sys_GetSystemRam() );
// common->Printf( "%d MB System Memory\n", Sys_GetSystemRam() );
//#ifndef ID_DEDICATED
//common->Printf( "%d MB Video Memory\n", Sys_GetVideoRam() );