mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
Remove unused drawer args
This commit is contained in:
parent
fe40ad200e
commit
9eebe3e940
2 changed files with 0 additions and 7 deletions
|
@ -131,9 +131,6 @@ namespace swrenderer
|
||||||
bool ds_source_mipmapped;
|
bool ds_source_mipmapped;
|
||||||
int ds_color;
|
int ds_color;
|
||||||
bool drawer_needs_pal_input;
|
bool drawer_needs_pal_input;
|
||||||
unsigned int dc_tspans[4][MAXHEIGHT];
|
|
||||||
unsigned int *dc_ctspan[4];
|
|
||||||
unsigned int *horizspan[4];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
|
@ -97,10 +97,6 @@ namespace swrenderer
|
||||||
extern const uint8_t *ds_source;
|
extern const uint8_t *ds_source;
|
||||||
extern bool ds_source_mipmapped;
|
extern bool ds_source_mipmapped;
|
||||||
extern int ds_color;
|
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];
|
extern int ylookup[MAXHEIGHT];
|
||||||
|
|
Loading…
Reference in a new issue