diff --git a/plugins/cleanowned.cpp b/plugins/cleanowned.cpp index e20647d9c..911f23c94 100644 --- a/plugins/cleanowned.cpp +++ b/plugins/cleanowned.cpp @@ -98,7 +98,6 @@ DFhackCExport command_result df_cleanowned (Core * c, vector & 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());