summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Witch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Witch.cpp')
-rw-r--r--source/Mobs/Witch.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/Mobs/Witch.cpp b/source/Mobs/Witch.cpp
index 5077f0cdd..2bbe5b94b 100644
--- a/source/Mobs/Witch.cpp
+++ b/source/Mobs/Witch.cpp
@@ -17,15 +17,6 @@ cWitch::cWitch()
-bool cWitch::IsA(const char * a_EntityType)
-{
- return ((strcmp(a_EntityType, "cWitch") == 0) || super::IsA(a_EntityType));
-}
-
-
-
-
-
void cWitch::GetDrops(cItems & a_Drops, cPawn * a_Killer)
{
AddRandomDropItem(a_Drops, 0, 6, E_ITEM_GLASS_BOTTLE);