From d947766bb552b3ccdbccc44fa0bd5381271f09d8 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 6 Mar 2017 10:29:24 +0000 Subject: [PATCH] timers: minor code clean up --- source/common/timers.cpp | 1 - source/common/timers.h | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/source/common/timers.cpp b/source/common/timers.cpp index d025219..6e49cab 100644 --- a/source/common/timers.cpp +++ b/source/common/timers.cpp @@ -390,7 +390,6 @@ void wxETagProcessTimer::Notify(){ } - } void wxETagProcessTimer::ReloadAccounts(){ diff --git a/source/common/timers.h b/source/common/timers.h index 67b8412..10ce0e6 100644 --- a/source/common/timers.h +++ b/source/common/timers.h @@ -120,7 +120,7 @@ class wxETagProcessTimer : public wxTimer private: int intActivityProgress = 0; std::map ETagDBList; - //std::map ETagDBListv3; + std::mutex ReloadLock; public: wxETagProcessTimer():wxTimer() @@ -130,7 +130,6 @@ public: void Notify(); ETagDB* GetPointer(wxString Filename); void ReloadAccounts(); - //void SetupPointers(frmActivityMgr *ActMgr); }; -- 2.39.2