cleanup: remove a couple lines of code not needed

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@793 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
jason@long.name 2013-08-12 02:37:07 +00:00
parent 471b77a562
commit e5e76834f6

View file

@ -174,9 +174,6 @@ public class ToolStroke
eff.spend(cost);
int centerRowNum = height >= 3 ? 1 : 0;
int centerColNum = width >= 3 ? 1 : 0;
for (int rowNum = 0; rowNum < height; rowNum++)
{
for (int columnNum = 0; columnNum < width; columnNum++)