diff options
-rw-r--r-- | src/heretic/r_draw.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/heretic/r_draw.c b/src/heretic/r_draw.c index a745c4f0..4315c600 100644 --- a/src/heretic/r_draw.c +++ b/src/heretic/r_draw.c @@ -61,9 +61,6 @@ byte *dc_source; // first pixel in a column (possibly virtual) int dccount; // just for profiling -#ifndef __WATCOMC__ -#ifndef __i386 -#ifndef __m68k void R_DrawColumn(void) { int count; @@ -92,9 +89,6 @@ void R_DrawColumn(void) } while (count--); } -#endif // __m68k -#endif // __i386 -#endif void R_DrawColumnLow(void) { @@ -320,9 +314,6 @@ byte *ds_source; // start of a 64*64 tile image int dscount; // just for profiling -#ifndef __WATCOMC__ -#ifndef __i386 -#ifndef __m68k void R_DrawSpan(void) { fixed_t xfrac, yfrac; @@ -350,9 +341,6 @@ void R_DrawSpan(void) } while (count--); } -#endif -#endif -#endif void R_DrawSpanLow(void) { |