summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-12 18:02:26 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-12 18:02:26 +0000
commit45b96dcd54a2e8f506aa829f168fa16bd16c53b4 (patch)
tree752908864ac8db428b8b943cf4fc099b4034dde6 /crawl-ref/source/AppHdr.h
parent8b9d48402b36f994893ab627cf9cf7b0be632d20 (diff)
downloadcrawl-ref-45b96dcd54a2e8f506aa829f168fa16bd16c53b4.tar.gz
crawl-ref-45b96dcd54a2e8f506aa829f168fa16bd16c53b4.zip
Removed obsolete ALLOW_DESTROY_ITEM_COMMAND.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1469 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index b390230841..01ff994e96 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -330,10 +330,6 @@
// mv: (new 9 Aug 01) turns off missile trails, might be slow on some computers
// #define MISSILE_TRAILS_OFF
-// bwr: allow player to destroy items in inventory (but not equipped items)
-// See comment at items.cc::cmd_destroy_item() for details/issues.
-// #define ALLOW_DESTROY_ITEM_COMMAND
-
// bwr: set this to non-zero if you want to know the pluses, "runed" status
// of the monster's weapons in the hiscore file.
// #define HISCORE_WEAPON_DETAIL 1