Removed some dead code.

This commit is contained in:
Sascha L. Teichmann
2015-05-01 14:04:23 +02:00
parent 3b8faba353
commit 787fc959d0
4 changed files with 2 additions and 19 deletions

View File

@ -15,10 +15,7 @@ import (
)
const (
width = 18
height = 18
baseLevelDir = "8"
yOrderCapacity = 512
baseLevelDir = "8"
)
type blockPos struct {