summaryrefslogtreecommitdiff
path: root/src/heretic/r_main.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-20 22:29:59 +0000
committerSimon Howard2008-09-20 22:29:59 +0000
commit5de8de49ccc2c14b7de14da465510b2368080dd4 (patch)
tree1fe49f046f96607675c0031261db0b45a88d82e7 /src/heretic/r_main.c
parent7c747c3d576521f2e1773fd285c0d2c7cb32aca8 (diff)
downloadchocolate-doom-5de8de49ccc2c14b7de14da465510b2368080dd4.tar.gz
chocolate-doom-5de8de49ccc2c14b7de14da465510b2368080dd4.tar.bz2
chocolate-doom-5de8de49ccc2c14b7de14da465510b2368080dd4.zip
Remove NeXT/WATCOMC ifdef blocks.
Subversion-branch: /branches/raven-branch Subversion-revision: 1259
Diffstat (limited to 'src/heretic/r_main.c')
-rw-r--r--src/heretic/r_main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/heretic/r_main.c b/src/heretic/r_main.c
index ef5ec6d2..a83422cf 100644
--- a/src/heretic/r_main.c
+++ b/src/heretic/r_main.c
@@ -822,12 +822,7 @@ void R_SetupFrame(player_t * player)
UpdateState |= I_MESSAGES;
}
-#ifdef __NeXT__
- RD_ClearMapWindow();
-#endif
-#ifdef __WATCOMC__
destview = destscreen + (viewwindowx >> 2) + viewwindowy * 80;
-#endif
#if 0
{