ref: f9e8bfaa7652b599de65e838366f9d3b31d5acb3
parent: c4235a81421a52bd87471f60c2c2c5325e2b33ed
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Mon Jun 4 10:54:21 EDT 2018
Removing unused variables from rt_vid.c
--- a/rott/rt_vid.c
+++ b/rott/rt_vid.c
@@ -60,18 +60,6 @@
//******************************************************************************
//
-// LOCALS
-//
-//******************************************************************************
-
-static byte pixmasks[4] = {1,2,4,8};
-static byte leftmasks[4] = {15,14,12,8};
-static byte rightmasks[4] = {1,3,7,15};
-
-
-
-//******************************************************************************
-//
// VL_MemToScreen ()
//
//******************************************************************************
@@ -176,7 +164,6 @@
int sourcey;
int sourcewidth;
int sourceheight;
- int mask;
int plane;
int planesize;
byte *start;