From e5e76834f685bb2fb9d643c9b861046d126c5daf Mon Sep 17 00:00:00 2001 From: "jason@long.name" Date: Mon, 12 Aug 2013 02:37:07 +0000 Subject: [PATCH] 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 --- src/micropolisj/engine/ToolStroke.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/micropolisj/engine/ToolStroke.java b/src/micropolisj/engine/ToolStroke.java index 6be5699..946f7f4 100644 --- a/src/micropolisj/engine/ToolStroke.java +++ b/src/micropolisj/engine/ToolStroke.java @@ -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++)