summaryrefslogtreecommitdiff
path: root/src/gui/windows/killstats.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-15 19:57:06 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-15 19:57:06 +0300
commit0412f90e54bbdde0a98eac5291f3975e212cebbb (patch)
tree0af448fd903a25963dd528dd76ff6c4ab44e209e /src/gui/windows/killstats.h
parent07e60f250fd235ed6dae3f3d404e7e7052301534 (diff)
downloadplus-0412f90e54bbdde0a98eac5291f3975e212cebbb.tar.gz
plus-0412f90e54bbdde0a98eac5291f3975e212cebbb.tar.bz2
plus-0412f90e54bbdde0a98eac5291f3975e212cebbb.tar.xz
plus-0412f90e54bbdde0a98eac5291f3975e212cebbb.zip
From killstats window remove information about jacko.
Diffstat (limited to 'src/gui/windows/killstats.h')
-rw-r--r--src/gui/windows/killstats.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/gui/windows/killstats.h b/src/gui/windows/killstats.h
index 0ef16609a..a3e047553 100644
--- a/src/gui/windows/killstats.h
+++ b/src/gui/windows/killstats.h
@@ -66,15 +66,6 @@ class KillStats final : public Window,
*/
void update();
- /**
- * Updates jacko info
- */
- void updateJackoLabel();
-
- void jackoDead(const int id);
-
- void jackoAlive(const int id);
-
void resetTimes();
void attributeChanged(const int id,
@@ -82,8 +73,6 @@ class KillStats final : public Window,
const int newVal) override final;
private:
- void validateJacko();
-
int mKillTimer; /**< Timer for kill stats. */
Button *mResetButton;
Button *mTimerButton;
@@ -103,7 +92,6 @@ class KillStats final : public Window,
Label *mExpTime15Label;
Label *mLastKillExpLabel;
- Label *mTimeBeforeJackoLabel;
int mKillCounter; /**< Session Kill counter. */
int mExpCounter; /**< Session Exp counter. */
@@ -121,12 +109,6 @@ class KillStats final : public Window,
int m15minExpTime;
int m15minExpNum;
int m15minSpeed;
-
- int mJackoSpawnTime;
- int mJackoId;
- bool mIsJackoAlive;
- bool mIsJackoMustSpawn;
- bool mIsJackoSpawnTimeUnknown;
};
extern KillStats *killStats;