summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index a521077906..c970478866 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -3167,15 +3167,6 @@ enum montravel_target_type
MTRAV_KNOWN_UNREACHABLE // As above, and the player knows this.
};
-#ifndef USE_TILE
-enum mlist_targetting_type
-{
- MLIST_TARGET_OFF = 0,
- MLIST_TARGET_HIDDEN,
- MLIST_TARGET_ON
-};
-#endif
-
#ifdef USE_TILE
enum screen_mode
{