ref: 9a50f70a76699d929b6e8b6205016eac2079e043
parent: e0942060bc3479b2377b2715f5ed2078ab10a3db
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Mon Jun 4 10:50:34 EDT 2018
Removing unused variables from rt_scale.c
--- a/rott/rt_scale.c
+++ b/rott/rt_scale.c
@@ -423,7 +423,6 @@
int x1,x2;
int tx;
int size;
- int plane;
whereami=32;
shape=W_CacheLumpNum(sprite->shapenum,PU_CACHE, Cvt_patch_t, 1);
@@ -575,7 +574,6 @@
byte * b;
int startfrac;
int startx;
- int plane;
whereami=33;
shape=W_CacheLumpNum(sprite->shapenum,PU_CACHE, Cvt_transpatch_t, 1);
@@ -656,7 +654,6 @@
int x1,x2;
int tx;
int size;
- int plane;
byte * b;
int startfrac;
int startx;
@@ -736,7 +733,6 @@
byte * b;
int startfrac;
int startx;
- int plane;
whereami=35;
SetPlayerLightLevel();
@@ -810,7 +806,6 @@
byte * b;
int startfrac;
int startx;
- int plane;
whereami=36;
shadingtable=colormap+(shade<<8);
@@ -896,7 +891,6 @@
byte * b;
int startfrac;
int startx;
- int plane;
int size;
whereami=38;
@@ -1172,7 +1166,6 @@
int cnt;
byte *shape;
patch_t *p;
- int plane;
byte * b;
int startx;
@@ -1287,7 +1280,6 @@
void R_DrawSolidColumn (int color, byte * buf)
{
int count;
- int frac, fracstep;
byte *dest;
count = dc_yh - dc_yl + 1;