From 2164d244d2a1091462a8ee46ca64cb4d6ad30714 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 11 Nov 2021 01:03:10 +0100 Subject: [PATCH] - SW: removed 3 unused global arrays. --- source/games/sw/src/inv.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/games/sw/src/inv.cpp b/source/games/sw/src/inv.cpp index 700dcb62f..6d3552249 100644 --- a/source/games/sw/src/inv.cpp +++ b/source/games/sw/src/inv.cpp @@ -337,10 +337,6 @@ void StopInventoryCloak(PLAYERp pp, short InventoryNum) // ////////////////////////////////////////////////////////////////////// -static char sectorfloorpals[MAXSECTORS], sectorceilingpals[MAXSECTORS]; -static char wallpals[MAXWALLS]; - - void DoPlayerNightVisionPalette(PLAYERp pp) {