Remove unneeded stuff

This commit is contained in:
spherallic 2022-08-22 23:06:37 +02:00
parent 4673fec95a
commit ccbd11a114

View file

@ -2435,9 +2435,6 @@ namespace CodeImp.DoomBuilder.Map
BlockMap<BlockEntry> blockmap = new BlockMap<BlockEntry>(area);
blockmap.AddVerticesSet(verts);
blockmap.AddLinedefsSet(lines);
int bmWidth = blockmap.Size.Width;
int bmHeight = blockmap.Size.Height;
BlockEntry[,] bmap = blockmap.Map;
foreach (Vertex v in verts)
{