From ab6d4d7aec446371feeb28a973100cfc2eb7dbfe Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Tue, 24 May 2016 14:41:55 +0100 Subject: [PATCH] Remove unused planefunction_t function typedef (the number of unused things hiding around in SRB2's source code is silly lol) --- src/r_plane.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/r_plane.h b/src/r_plane.h index 64b339d04..8730bcefd 100644 --- a/src/r_plane.h +++ b/src/r_plane.h @@ -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];