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 {

View File

@ -48,7 +48,7 @@
<script type="text/javascript" src="js/leaflet.awesome-markers.js"></script>
<script>
var useWebsocket = false; // Set to true if you want websocket support
var useWebsocket = true; // Set to true if you want websocket support
L.Projection.NoWrap = {
project: function (latlng) {