From aa9c6d371675553c8502e2fccf9679bc88c5b6c7 Mon Sep 17 00:00:00 2001 From: DJWarmonger Date: Sat, 4 Aug 2018 13:18:05 +0200 Subject: [PATCH] Cleanup --- AI/VCAI/Goals.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/AI/VCAI/Goals.cpp b/AI/VCAI/Goals.cpp index 9322a7397..c9300bd5c 100644 --- a/AI/VCAI/Goals.cpp +++ b/AI/VCAI/Goals.cpp @@ -1106,8 +1106,6 @@ TSubgoal Goals::CollectRes::whatToDoToTrade() } } return sptr(Goals::Invalid()); //cannot trade - //TODO: separate goal to execute trade? - //return sptr(setisElementar(true)); //not sure why we are here } bool CollectRes::fulfillsMe(TSubgoal goal)