Remove unused drawer args

This commit is contained in:
Magnus Norddahl 2017-01-28 08:04:11 +01:00
parent fe40ad200e
commit 9eebe3e940
2 changed files with 0 additions and 7 deletions

View File

@ -131,9 +131,6 @@ namespace swrenderer
bool ds_source_mipmapped;
int ds_color;
bool drawer_needs_pal_input;
unsigned int dc_tspans[4][MAXHEIGHT];
unsigned int *dc_ctspan[4];
unsigned int *horizspan[4];
}
namespace

View File

@ -97,10 +97,6 @@ namespace swrenderer
extern const uint8_t *ds_source;
extern bool ds_source_mipmapped;
extern int ds_color;
extern unsigned int dc_tspans[4][MAXHEIGHT];
extern unsigned int *dc_ctspan[4];
extern unsigned int *horizspan[4];
}
extern int ylookup[MAXHEIGHT];