summaryrefslogtreecommitdiff
path: root/plugins/cleanowned.cpp
diff options
context:
space:
mode:
authorQuietust2012-01-24 16:13:55 -0600
committerQuietust2012-01-24 16:13:55 -0600
commitfbadb3ee33f1bcb51f241e6b3e9206f7aade800b (patch)
treebadbec5e336245a857b03b9441f577f3f25c3b18 /plugins/cleanowned.cpp
parent26730dc6c28a6aadc02512a2838bcccb117fc9d1 (diff)
downloaddfhack-fbadb3ee33f1bcb51f241e6b3e9206f7aade800b.tar.gz
dfhack-fbadb3ee33f1bcb51f241e6b3e9206f7aade800b.tar.bz2
dfhack-fbadb3ee33f1bcb51f241e6b3e9206f7aade800b.tar.xz
Removed unused var
Diffstat (limited to 'plugins/cleanowned.cpp')
-rw-r--r--plugins/cleanowned.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/cleanowned.cpp b/plugins/cleanowned.cpp
index e20647d9..911f23c9 100644
--- a/plugins/cleanowned.cpp
+++ b/plugins/cleanowned.cpp
@@ -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());