Remove an unused variables, forgotten in the last commit

This commit is contained in:
Yamagi Burmeister 2016-11-07 19:34:56 +01:00
parent f41f96e899
commit 2f3f31f507

View file

@ -368,7 +368,6 @@ Draw_StretchRaw(int x, int y, int w, int h, int cols, int rows, byte *data)
int frac, fracstep;
int i, j, trows;
int row;
float t;
R_Bind(0);