summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-06 14:08:33 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-06 14:09:21 +1000
commitbefca6763c0ef774e351e6801f35514dcf909b90 (patch)
tree8e0a612b6013f8181a60f5ebc65e2de7cce292db
parent259fa0c5a67742c72a0952297789ae834b2ffe1d (diff)
downloadcrawl-ref-befca6763c0ef774e351e6801f35514dcf909b90.tar.gz
crawl-ref-befca6763c0ef774e351e6801f35514dcf909b90.zip
Remove outdated comment.
-rw-r--r--crawl-ref/source/overmap.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/overmap.cc b/crawl-ref/source/overmap.cc
index 77ce8563ed..647008b6a1 100644
--- a/crawl-ref/source/overmap.cc
+++ b/crawl-ref/source/overmap.cc
@@ -1,8 +1,5 @@
/*
* File: overmap.cc
- * Idea: allow player to make notes about levels. I don't know how
- * to do this (I expect it will require some kind of dynamic
- * memory management thing). - LH
* Summary: Records location of stairs etc
* Written by: Linley Henzell
*/