forked from teamnwah/openmw-tes3coop
[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)
|
||||
{
|
||||
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);
|
||||
void removeCell(Cell *);
|
||||
|
||||
void removePlayer(Cell *cell, Player *player);
|
||||
void deletePlayer(Player *player);
|
||||
|
||||
Cell *getCell(ESM::Cell *esmCell);
|
||||
|
|
Loading…
Reference in a new issue