From d3a4a6ca81384f64e8b1835100c48938ffc796b8 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sun, 28 Aug 2022 03:09:13 -0400 Subject: [PATCH] Remove unused variables --- src/p_setup.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/p_setup.c b/src/p_setup.c index b723d2e5a..43f97e666 100644 --- a/src/p_setup.c +++ b/src/p_setup.c @@ -579,15 +579,7 @@ or NULL if we want to allocate it now. static INT32 Ploadflat (levelflat_t *levelflat, const char *flatname, boolean resize) { -#ifndef NO_PNG_LUMPS - UINT8 buffer[8]; -#endif - - lumpnum_t flatnum; int texturenum; - UINT8 *flatpatch; - size_t lumplength; - size_t i; // Scan through the already found flats, return if it matches.