1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Remove unused variable

This commit is contained in:
Tomasz Zieliński 2023-07-16 08:42:06 +02:00 committed by Andrii Danylchenko
parent e483f06e0f
commit 88178567b1

View File

@ -28,7 +28,6 @@ class DLL_EXPORT ArmyFormation
{
private:
std::shared_ptr<CCallback> cb; //this is enough, but we downcast from CCallback
const Nullkiller * ai;
public:
ArmyFormation(std::shared_ptr<CCallback> CB, const Nullkiller * ai): cb(CB), ai(ai) {}