PINK: removed unnecessary field in SideEffectExit

This commit is contained in:
Andrei Prykhodko 2019-01-16 08:53:52 +02:00
parent 796abef91b
commit 95b53f3737

View File

@ -45,7 +45,6 @@ public:
private:
Common::String _nextModule;
Common::String _nextPage;
Common::StringMap map;
};
class SideEffectLocation : public SideEffect {