0

Remove unused function

This commit is contained in:
Andrew Chin
2012-01-01 17:56:31 -05:00
parent 35f5bc82a4
commit b1d5dee84d
2 changed files with 1 additions and 19 deletions

View File

@@ -26,7 +26,7 @@ if not hasattr(sys, "frozen"):
from overviewer_core import nbt
from overviewer_core import world
from overviewer_core.chunk import get_blockarray_fromfile, get_blockarray
from overviewer_core.chunk import get_blockarray
parser = OptionParser()
parser.add_option("--ids", dest="ids", type="string")