diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-08 11:32:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-08 11:32:03 +0000 |
commit | d0218e1e5f874668e28366fe043d3c30f8238aa3 (patch) | |
tree | 804971acf25de104772773ccada13f6d23a3b192 /plugins/BasicHistory/src/EventList.h | |
parent | b17ba2cace1782778de0a2bea8b2b96bb1dba157 (diff) |
minus another critical section
git-svn-id: http://svn.miranda-ng.org/main/trunk@11793 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/src/EventList.h')
-rw-r--r-- | plugins/BasicHistory/src/EventList.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/BasicHistory/src/EventList.h b/plugins/BasicHistory/src/EventList.h index d2640a185e..a4f5dd885d 100644 --- a/plugins/BasicHistory/src/EventList.h +++ b/plugins/BasicHistory/src/EventList.h @@ -45,6 +45,7 @@ public: };
bool isExternal;
};
+
private:
std::map<int, bool> filterMap;
bool onlyInFilter;
@@ -53,7 +54,6 @@ private: std::wstring filterName;
std::vector<IImport::ExternalMessage> importedMessages;
DWORD goldBlobSize;
- static CRITICAL_SECTION criticalSection;
struct EventTempIndex
{
@@ -111,7 +111,6 @@ public: bool useImportedMessages;
static void Init();
- static void Deinit();
void SetDefFilter(int filter);
int GetFilterNr();
std::wstring GetFilterName();
|