Remove (faulty/outdated) video ram detection

This commit is contained in:
Andre d 2012-07-04 14:58:15 -04:00 committed by Daniel Gibson
parent 04bea1b10f
commit a6834f2f39
2 changed files with 0 additions and 4 deletions

View file

@ -73,7 +73,6 @@ extern idCVar com_showAsyncStats;
extern idCVar com_showSoundDecoders;
extern idCVar com_makingBuild;
extern idCVar com_updateLoadSize;
extern idCVar com_videoRam;
extern int time_gameFrame; // game logic time
extern int time_gameDraw; // game present time

View file

@ -179,9 +179,6 @@ void Sys_FPU_SetDAZ( bool enable );
// returns amount of system ram
int Sys_GetSystemRam( void );
// returns amount of video ram
int Sys_GetVideoRam( void );
// returns amount of drive space in path
int Sys_GetDriveFreeSpace( const char *path );