mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00
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…
x
Reference in New Issue
Block a user