summaryrefslogtreecommitdiff
path: root/src/refresh/sw/edge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/refresh/sw/edge.c')
-rw-r--r--src/refresh/sw/edge.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/refresh/sw/edge.c b/src/refresh/sw/edge.c
index f83cf86..f4b2e61 100644
--- a/src/refresh/sw/edge.c
+++ b/src/refresh/sw/edge.c
@@ -19,21 +19,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "sw.h"
-#if !USE_ASM
-void R_SurfacePatch(void)
-{
-}
-
-void R_EdgeCodeStart(void)
-{
-}
-
-void R_EdgeCodeEnd(void)
-{
-}
-#endif
-
-
/*
the complex cases add new polys on most lines, so dont optimize for keeping them the same
have multiple free span lists to try to get better coherence?
@@ -135,8 +120,6 @@ void R_BeginEdgeFrame(void)
}
-#if !USE_ASM
-
/*
==============
R_InsertNewEdges
@@ -254,8 +237,6 @@ pushback:
}
}
-#endif // !USE_ASM
-
/*
==============
@@ -400,8 +381,6 @@ void R_TrailingEdge(surf_t *surf, edge_t *edge)
}
-#if !USE_ASM
-
/*
==============
R_LeadingEdge
@@ -547,8 +526,6 @@ void R_GenerateSpans(void)
R_CleanupSpan();
}
-#endif // !USE_ASM
-
/*
==============