mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 16:07:55 +00:00
Remove unused declarations
This commit is contained in:
parent
ad15d56a81
commit
6fd3691da4
2 changed files with 0 additions and 10 deletions
|
@ -80,13 +80,8 @@ namespace swrenderer
|
||||||
{
|
{
|
||||||
using namespace drawerargs;
|
using namespace drawerargs;
|
||||||
|
|
||||||
extern int wallshade;
|
|
||||||
|
|
||||||
extern subsector_t *InSubsector;
|
extern subsector_t *InSubsector;
|
||||||
|
|
||||||
planefunction_t floorfunc;
|
|
||||||
planefunction_t ceilingfunc;
|
|
||||||
|
|
||||||
visplane_t *floorplane;
|
visplane_t *floorplane;
|
||||||
visplane_t *ceilingplane;
|
visplane_t *ceilingplane;
|
||||||
|
|
||||||
|
|
|
@ -28,11 +28,6 @@
|
||||||
namespace swrenderer
|
namespace swrenderer
|
||||||
{
|
{
|
||||||
|
|
||||||
typedef void (*planefunction_t) (int top, int bottom);
|
|
||||||
|
|
||||||
extern planefunction_t floorfunc;
|
|
||||||
extern planefunction_t ceilingfunc_t;
|
|
||||||
|
|
||||||
extern short floorclip[MAXWIDTH];
|
extern short floorclip[MAXWIDTH];
|
||||||
extern short ceilingclip[MAXWIDTH];
|
extern short ceilingclip[MAXWIDTH];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue