From aff7ba10e6572a394b47f160674bcdee7d32e13b Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 29 Apr 2015 15:45:02 +0000 Subject: minus critical section git-svn-id: http://svn.miranda-ng.org/main/trunk@13243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/steam_queue.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/Steam/src/steam_queue.cpp') diff --git a/protocols/Steam/src/steam_queue.cpp b/protocols/Steam/src/steam_queue.cpp index 6fe3f32f84..d0bd54ad61 100644 --- a/protocols/Steam/src/steam_queue.cpp +++ b/protocols/Steam/src/steam_queue.cpp @@ -4,7 +4,6 @@ void CSteamProto::InitQueue() { debugLogA("%s: entering", __FUNCTION__); - InitializeCriticalSection(&requests_queue_lock); m_evRequestsQueue = CreateEvent(NULL, FALSE, FALSE, NULL); debugLogA("%s: leaving", __FUNCTION__); @@ -16,7 +15,6 @@ void CSteamProto::UninitQueue() requestsQueue.destroy(); CloseHandle(m_evRequestsQueue); - DeleteCriticalSection(&requests_queue_lock); debugLogA("%s: leaving", __FUNCTION__); } -- cgit v1.2.3