Remove unused func
This commit is contained in:
parent
17dd08d983
commit
3ca6494343
|
@ -152,11 +152,6 @@ void Tile::removeWalkingCreature(const CreaturePtr& creature)
|
|||
m_walkingCreatures.erase(it);
|
||||
}
|
||||
|
||||
void Tile::appendThing(const ThingPtr& thing)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Tile::addThing(const ThingPtr& thing, int stackPos)
|
||||
{
|
||||
if(!thing)
|
||||
|
|
|
@ -64,7 +64,6 @@ public:
|
|||
void addWalkingCreature(const CreaturePtr& creature);
|
||||
void removeWalkingCreature(const CreaturePtr& creature);
|
||||
|
||||
void appendThing(const ThingPtr& thing);
|
||||
void addThing(const ThingPtr& thing, int stackPos);
|
||||
bool removeThing(ThingPtr thing);
|
||||
ThingPtr getThing(int stackPos);
|
||||
|
|
Loading…
Reference in New Issue