- removed some unused variables and declarations.

This commit is contained in:
Christoph Oelckers 2022-08-04 23:46:43 +02:00
parent c5ec2af020
commit 4ec748a92b
2 changed files with 1 additions and 19 deletions

View file

@ -690,7 +690,6 @@ void SerializeMap(FSerializer& arc)
("sectors", sector, sectorbackup)
("walls", wall, wallbackup)
("tailspritefree", tailspritefree)
("myconnectindex", myconnectindex)
("connecthead", connecthead)
.Array("connectpoint2", connectpoint2, countof(connectpoint2))