summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_queue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/steam_queue.cpp')
-rw-r--r--protocols/Steam/src/steam_queue.cpp2
1 files changed, 0 insertions, 2 deletions
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__);
}