From ccbd11a1142f54915ce892155d37ffa52af1e507 Mon Sep 17 00:00:00 2001 From: spherallic Date: Mon, 22 Aug 2022 23:06:37 +0200 Subject: [PATCH] Remove unneeded stuff --- Source/Core/Map/MapSet.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/Map/MapSet.cs b/Source/Core/Map/MapSet.cs index 0e7c964..ef6300a 100644 --- a/Source/Core/Map/MapSet.cs +++ b/Source/Core/Map/MapSet.cs @@ -2435,9 +2435,6 @@ namespace CodeImp.DoomBuilder.Map BlockMap blockmap = new BlockMap(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) {