From 4bf764a5b8952856b1ca04f1282121e8054938de Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 29 Oct 2011 22:58:13 +0000 Subject: Enable gcc warning to detect redundant declarations, and clean up instances of this within the code (thanks Edward-san). Subversion-branch: /branches/v2-branch Subversion-revision: 2468 --- src/hexen/po_man.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/hexen/po_man.c') diff --git a/src/hexen/po_man.c b/src/hexen/po_man.c index 50b79518..4429c3e0 100644 --- a/src/hexen/po_man.c +++ b/src/hexen/po_man.c @@ -40,10 +40,6 @@ // EXTERNAL FUNCTION PROTOTYPES -------------------------------------------- -boolean PO_MovePolyobj(int num, int x, int y); -boolean PO_RotatePolyobj(int num, angle_t angle); -void PO_Init(int lump); - // PRIVATE FUNCTION PROTOTYPES --------------------------------------------- static polyobj_t *GetPolyobj(int polyNum); @@ -62,8 +58,6 @@ static void TranslateToStartSpot(int tag, int originX, int originY); // EXTERNAL DATA DECLARATIONS ---------------------------------------------- -extern seg_t *segs; - // PUBLIC DATA DEFINITIONS ------------------------------------------------- polyblock_t **PolyBlockMap; -- cgit v1.2.3