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:
parent
e483f06e0f
commit
88178567b1
@ -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) {}
|
||||
|
Loading…
Reference in New Issue
Block a user