summaryrefslogtreecommitdiff
path: root/src/strife/r_draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/r_draw.c')
-rw-r--r--src/strife/r_draw.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/strife/r_draw.c b/src/strife/r_draw.c
index 61226b15..27c44763 100644
--- a/src/strife/r_draw.c
+++ b/src/strife/r_draw.c
@@ -433,10 +433,6 @@ void R_DrawTRTLColumn(void)
}
-// haleyjd 08/26/10: [STRIFE] - Rogue's translucency lookup table
-// This is functionally equivalent to Raven's TINTTAB and BOOM's TRANMAPs.
-extern byte *xlatab;
-
//
// R_InitTranslationTables
// Creates the translation tables to map
@@ -943,13 +939,6 @@ R_VideoErase
// Draws the border around the view
// for different size windows?
//
-void
-V_MarkRect
-( int x,
- int y,
- int width,
- int height );
-
void R_DrawViewBorder (void)
{
int top;