Remove: A few bits of dead code

This commit is contained in:
Charles Pigott
2018-10-14 19:31:14 +01:00
committed by frosch
parent e0c0394e37
commit 52ed3bcbaa
6 changed files with 4 additions and 22 deletions

View File

@@ -2445,7 +2445,6 @@ void UpdateTileSelection()
break;
default:
NOT_REACHED();
break;
}
_thd.new_pos.x = x1 & ~TILE_UNIT_MASK;
_thd.new_pos.y = y1 & ~TILE_UNIT_MASK;