Skip to content

Commit 59d4a08

Browse files
committed
Update SpeedKernel.h
1 parent b4dd771 commit 59d4a08

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

SpeedKernel/SpeedKernel.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -393,12 +393,6 @@ class SPEEDKERNEL_API CSpeedKernel
393393
*/
394394
bool LoadShipData(char *SDFile);
395395

396-
// speed optimized functions - no ACS, only basic combat result
397-
#ifdef INCL_OPTIMIZED_FUNCTIONS
398-
const BattleResult& OptimizedSimulate(int count, const vector<SItem>* Attacker, const vector<SItem>* Defender, int* techAtt, int* techDef);
399-
void InitOptimized();
400-
#endif
401-
402396
private:
403397
bool InitSim();
404398
void ComputeShipData();

0 commit comments

Comments
 (0)