From ef944aa0507c9044cf0f22c16f1cb7cea5e0ee4a Mon Sep 17 00:00:00 2001 From: David Cernat Date: Thu, 28 Nov 2019 13:00:20 +0200 Subject: [PATCH] [Client] Remove unused redeclarations of localActors & dedicatedActors --- apps/openmw/mwmp/Cell.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/openmw/mwmp/Cell.cpp b/apps/openmw/mwmp/Cell.cpp index 15a82deb9..647bc9095 100644 --- a/apps/openmw/mwmp/Cell.cpp +++ b/apps/openmw/mwmp/Cell.cpp @@ -21,9 +21,6 @@ mwmp::Cell::Cell(MWWorld::CellStore* cellStore) store = cellStore; shouldInitializeActors = false; - std::map localActors; - std::map dedicatedActors; - updateTimer = 0; }