summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/cloud.cc')
-rw-r--r--crawl-ref/source/cloud.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/cloud.cc b/crawl-ref/source/cloud.cc
index 3d471f41ee..351f1a3773 100644
--- a/crawl-ref/source/cloud.cc
+++ b/crawl-ref/source/cloud.cc
@@ -448,8 +448,6 @@ fog_machine_data random_fog_for_place(int level_number, const level_id &place)
Branch &branch = branches[place.branch];
ASSERT(branch.num_fogs_function != NULL
&& branch.rand_fog_function != NULL);
- fog_machine_data data;
-
branch.rand_fog_function(level_number, data);
return data;
}