diff options
| author | Quietust | 2012-01-24 16:13:55 -0600 |
|---|---|---|
| committer | Quietust | 2012-01-24 16:13:55 -0600 |
| commit | fbadb3ee33f1bcb51f241e6b3e9206f7aade800b (patch) | |
| tree | badbec5e336245a857b03b9441f577f3f25c3b18 /plugins/cleanowned.cpp | |
| parent | 26730dc6c28a6aadc02512a2838bcccb117fc9d1 (diff) | |
| download | dfhack-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.cpp | 1 |
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()); |
