Removed unused var

develop
Quietust 2012-01-24 16:13:55 -06:00
parent 26730dc6c2
commit fbadb3ee33
1 changed files with 0 additions and 1 deletions

@ -98,7 +98,6 @@ DFhackCExport command_result df_cleanowned (Core * c, vector <string> & paramete
DFHack::Materials *Materials = c->getMaterials();
uint32_t num_creatures;
bool ok = Materials->ReadAllMaterials();
c->con.print("Found total %d items.\n", world->items.all.size());