From fbadb3ee33f1bcb51f241e6b3e9206f7aade800b Mon Sep 17 00:00:00 2001 From: Quietust Date: Tue, 24 Jan 2012 16:13:55 -0600 Subject: [PATCH] Removed unused var --- plugins/cleanowned.cpp | 1 - 1 file changed, 1 deletion(-) 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());