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:
parent
471b77a562
commit
e5e76834f6
1 changed files with 0 additions and 3 deletions
|
@ -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++)
|
||||
|
|
Reference in a new issue