mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 20:19:57 +00:00
[Server] Remove unused function
This commit is contained in:
parent
c2230a8a21
commit
9343b8af2f
2 changed files with 0 additions and 6 deletions
|
@ -134,11 +134,6 @@ void CellController::removeCell(Cell *cell)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void CellController::removePlayer(Cell *cell, Player *player)
|
|
||||||
{
|
|
||||||
//cell->removePlayer(player);
|
|
||||||
}
|
|
||||||
|
|
||||||
void CellController::deletePlayer(Player *player)
|
void CellController::deletePlayer(Player *player)
|
||||||
{
|
{
|
||||||
LOG_APPEND(Log::LOG_INFO, "- Iterating through Cells from Player %s", player->npc.mName.c_str());
|
LOG_APPEND(Log::LOG_INFO, "- Iterating through Cells from Player %s", player->npc.mName.c_str());
|
||||||
|
|
|
@ -30,7 +30,6 @@ public:
|
||||||
Cell * addCell(ESM::Cell cell);
|
Cell * addCell(ESM::Cell cell);
|
||||||
void removeCell(Cell *);
|
void removeCell(Cell *);
|
||||||
|
|
||||||
void removePlayer(Cell *cell, Player *player);
|
|
||||||
void deletePlayer(Player *player);
|
void deletePlayer(Player *player);
|
||||||
|
|
||||||
Cell *getCell(ESM::Cell *esmCell);
|
Cell *getCell(ESM::Cell *esmCell);
|
||||||
|
|
Loading…
Reference in a new issue