cleanup: remove unused constant: UNUSED_TRASH2
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@856 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
50600cef2e
commit
e81b0096aa
1 changed files with 1 additions and 2 deletions
|
@ -49,8 +49,7 @@ public class TileConstants
|
|||
static final char TREEBASE = 21;
|
||||
static final char WOODS_LOW = TREEBASE;
|
||||
static final char WOODS = 37;
|
||||
static final char UNUSED_TRASH2 = 39;
|
||||
static final char WOODS_HIGH = UNUSED_TRASH2;
|
||||
static final char WOODS_HIGH = 39;
|
||||
static final char WOODS2 = 40;
|
||||
static final char WOODS5 = 43;
|
||||
static final char RUBBLE = 44;
|
||||
|
|
Reference in a new issue