diff options
Diffstat (limited to 'src/refresh/sw/scan.c')
-rw-r--r-- | src/refresh/sw/scan.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/refresh/sw/scan.c b/src/refresh/sw/scan.c index 8868ee6..5833fe4 100644 --- a/src/refresh/sw/scan.c +++ b/src/refresh/sw/scan.c @@ -214,8 +214,6 @@ void D_DrawTurbulent16(espan_t *pspan, int *warptable) } while ((pspan = pspan->pnext) != NULL); } -#if !USE_ASM - /* ============= D_DrawSpans16 @@ -400,5 +398,3 @@ void D_DrawZSpans(espan_t *pspan) } while ((pspan = pspan->pnext) != NULL); } -#endif - |