Remove unused declarations

This commit is contained in:
Magnus Norddahl 2016-12-31 12:50:57 +01:00
parent ad15d56a81
commit 6fd3691da4
2 changed files with 0 additions and 10 deletions

View file

@ -80,13 +80,8 @@ namespace swrenderer
{
using namespace drawerargs;
extern int wallshade;
extern subsector_t *InSubsector;
planefunction_t floorfunc;
planefunction_t ceilingfunc;
visplane_t *floorplane;
visplane_t *ceilingplane;

View file

@ -28,11 +28,6 @@
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 ceilingclip[MAXWIDTH];