Remove unused planefunction_t function typedef

(the number of unused things hiding around in SRB2's source code is silly lol)
This commit is contained in:
Monster Iestyn 2016-05-24 14:41:55 +01:00
parent 17346e29c3
commit ab6d4d7aec
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ extern visplane_t *ceilingplane;
// Visplane related.
extern INT16 *lastopening, *openings;
extern size_t maxopenings;
typedef void (*planefunction_t)(INT32 top, INT32 bottom);
extern INT16 floorclip[MAXVIDWIDTH], ceilingclip[MAXVIDWIDTH];
extern fixed_t frontscale[MAXVIDWIDTH], yslopetab[MAXVIDHEIGHT*4];