Small cleanup in the code

This commit is contained in:
verysecrethero
2016-02-16 17:58:27 +01:00
parent 42b49f9dba
commit b2a437731e
2 changed files with 2 additions and 14 deletions
-7
View File
@@ -19,18 +19,11 @@ public:
static void ResetAllTimers();
static void CreateExcelData();
//set timer/start
//get performance excel nånting
private:
static std::map<std::string, cpu_timer> timers;
static double m_TimeElapsed;
static cpu_timer m_Timer;
static std::string currentTimerRunning;
static bool active;
//static map
};
#endif