summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/halo.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/halo.h')
-rw-r--r--crawl-ref/source/halo.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/halo.h b/crawl-ref/source/halo.h
deleted file mode 100644
index 6f1bb4606b..0000000000
--- a/crawl-ref/source/halo.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef HALO_H
-#define HALO_H
-
-// Actors within whose halo the given point is.
-std::list<actor*> haloers(const coord_def &c);
-
-#endif
-