shithub: choc

Download patch

ref: 7c747c3d576521f2e1773fd285c0d2c7cb32aca8
parent: 2e0b647dbdf0ab21342c751c63eb4503f9d47dca
author: Simon Howard <fraggle@gmail.com>
date: Sat Sep 20 18:20:27 EDT 2008

Remove ifdef blocks from heretic/r_draw.c.

Subversion-branch: /branches/raven-branch
Subversion-revision: 1258

--- a/src/heretic/r_draw.c
+++ b/src/heretic/r_draw.c
@@ -61,9 +61,6 @@
 
 int dccount;                    // just for profiling
 
-#ifndef __WATCOMC__
-#ifndef __i386
-#ifndef __m68k
 void R_DrawColumn(void)
 {
     int count;
@@ -92,9 +89,6 @@
     }
     while (count--);
 }
-#endif // __m68k
-#endif // __i386
-#endif
 
 void R_DrawColumnLow(void)
 {
@@ -320,9 +314,6 @@
 
 int dscount;                    // just for profiling
 
-#ifndef __WATCOMC__
-#ifndef __i386
-#ifndef __m68k
 void R_DrawSpan(void)
 {
     fixed_t xfrac, yfrac;
@@ -350,9 +341,6 @@
     }
     while (count--);
 }
-#endif
-#endif
-#endif
 
 void R_DrawSpanLow(void)
 {