From 6ebe0a197c1f6e10e0cbde68916dbc0d1a921842 Mon Sep 17 00:00:00 2001 From: titiger Date: Mon, 29 Sep 2014 01:47:00 +0200 Subject: [PATCH] whatever caused this code duplication .... --- source/glest_game/types/upgrade_type.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/glest_game/types/upgrade_type.h b/source/glest_game/types/upgrade_type.h index 1269f306..5d8fa483 100644 --- a/source/glest_game/types/upgrade_type.h +++ b/source/glest_game/types/upgrade_type.h @@ -96,10 +96,6 @@ protected: bool attackSpeedIsMultiplier; std::map attackSpeedIsMultiplierValueList; - int attackSpeed; - bool attackSpeedIsMultiplier; - std::map attackSpeedIsMultiplierValueList; - public: /** * Creates an UpgradeTypeBase with values such that there are no stat changes.