summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/item_use.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index ef82b60635..1e5addc822 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -625,12 +625,7 @@ void wield_effects(int item_wield_2, bool showMsgs)
mpr("It is briefly surrounded by shifting shadows.");
break;
- case SPWPN_NORMAL:
- break;
-
default:
- mprf(MSGCH_ERROR, "Unknown weapon brand %d, please file"
- "a bug report", special);
break;
}
}