Skip to content

Commit

Permalink
Removed old StringToMobType() function from Monster.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Howaner committed Nov 30, 2014
1 parent c673eb5 commit c173bf6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Mobs/Monster.cpp
Expand Up @@ -62,16 +62,6 @@ static const struct



eMonsterType StringToMobType(const AString & a_MobString)
{
LOGWARNING("%s: Function is obsolete, use cMonster::StringToMobType() instead", __FUNCTION__);
return cMonster::StringToMobType(a_MobString);
}





////////////////////////////////////////////////////////////////////////////////
// cMonster:

Expand Down

0 comments on commit c173bf6

Please sign in to comment.