[Server] Remove unused function

experimental-mono
Koncord 5 years ago
parent c2230a8a21
commit 9343b8af2f

@ -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…
Cancel
Save