Ver código fonte

Remove unused variable

Tomasz Zieliński 2 anos atrás
pai
commit
88178567b1
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      AI/Nullkiller/Helpers/ArmyFormation.h

+ 0 - 1
AI/Nullkiller/Helpers/ArmyFormation.h

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