summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-12 23:21:01 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-12 23:21:01 +0100
commit4659bda92ee4748248f9ef5e5e978f155fb20672 (patch)
tree749b6b524ea7cd42f5bd7ee633a8782e95ca69c2 /crawl-ref/source/stuff.h
parenta57747c0c0f207a2cb5bee3e4d576f1feb355f96 (diff)
downloadcrawl-ref-4659bda92ee4748248f9ef5e5e978f155fb20672.tar.gz
crawl-ref-4659bda92ee4748248f9ef5e5e978f155fb20672.zip
Revert "Rewrite zap_los_monsters using monster_iter."
This reverts commit a57747c0c0f207a2cb5bee3e4d576f1feb355f96.
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index fe5ff15245..4a7fab6c11 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -93,7 +93,6 @@ template <typename Z> inline Z sgn(Z x)
}
bool is_trap_square(dungeon_feature_type grid);
-void zap_los_items();
void zap_los_monsters();
int integer_sqrt(int value);