From 90da953b2310151b5a56f3ea78d8528100fd1fa0 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 6 Sep 2008 20:18:50 +0000 Subject: Remove dependencies of i_video.c on doom/ code. Subversion-branch: /branches/raven-branch Subversion-revision: 1205 --- src/doom/g_game.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/doom/g_game.c') diff --git a/src/doom/g_game.c b/src/doom/g_game.c index 978f38ee..defcf368 100644 --- a/src/doom/g_game.c +++ b/src/doom/g_game.c @@ -122,7 +122,6 @@ boolean usergame; // ok to save / end game boolean timingdemo; // if true, exit with report on completion boolean nodrawers; // for comparative timing purposes -boolean noblit; // for comparative timing purposes int starttime; // for comparative timing purposes boolean viewactive; @@ -2056,13 +2055,6 @@ void G_TimeDemo (char* name) nodrawers = M_CheckParm ("-nodraw"); - //! - // @vanilla - // - // Disable blitting the screen. - // - - noblit = M_CheckParm ("-noblit"); timingdemo = true; singletics = true; -- cgit v1.2.3