mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 20:31:30 +00:00
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:
parent
17346e29c3
commit
ab6d4d7aec
1 changed files with 0 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue