summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index 285abfdaad..2666b4d1ca 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -1942,7 +1942,6 @@ bool drop_item( int item_dropped, int quant_drop, bool try_offer )
{
if (!wield_weapon(true, PROMPT_GOT_SPECIAL))
return (false);
- canned_msg( MSG_EMPTY_HANDED );
}
const dungeon_feature_type my_grid = grd(you.pos());