1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 12:53:51 +00:00

[Client] Remove unused redeclarations of localActors & dedicatedActors

This commit is contained in:
David Cernat 2019-11-28 13:00:20 +02:00
parent 06b4a4f97c
commit ef944aa050

View file

@ -21,9 +21,6 @@ mwmp::Cell::Cell(MWWorld::CellStore* cellStore)
store = cellStore;
shouldInitializeActors = false;
std::map<std::string, LocalActor *> localActors;
std::map<std::string, DedicatedActor *> dedicatedActors;
updateTimer = 0;
}