mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-26 03:00:55 +00:00
Remove unused drawfunc_t function typedef
This commit is contained in:
parent
79f3d6e072
commit
17346e29c3
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@ extern drawseg_t *drawsegs;
|
|||
extern drawseg_t *ds_p;
|
||||
extern INT32 doorclosed;
|
||||
|
||||
typedef void (*drawfunc_t)(INT32 start, INT32 stop);
|
||||
|
||||
// BSP?
|
||||
void R_ClearClipSegs(void);
|
||||
void R_PortalClearClipSegs(INT32 start, INT32 end);
|
||||
|
|
Loading…
Reference in a new issue