From d3cb19278d60ac6f7963379254546cdca36a90e2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 14 Jan 2017 01:22:55 +0300 Subject: separate handle types for HNETLIBCONN & HNETLIBBIND --- protocols/Steam/src/steam_events.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'protocols/Steam/src/steam_events.cpp') diff --git a/protocols/Steam/src/steam_events.cpp b/protocols/Steam/src/steam_events.cpp index 43a906b56e..db3b5a054c 100644 --- a/protocols/Steam/src/steam_events.cpp +++ b/protocols/Steam/src/steam_events.cpp @@ -17,13 +17,6 @@ int CSteamProto::OnModulesLoaded(WPARAM, LPARAM) return 0; } -int CSteamProto::OnPreShutdown(WPARAM, LPARAM) -{ - Netlib_Shutdown(this->m_hNetlibUser); - this->m_hNetlibUser = NULL; - return 0; -} - INT_PTR CSteamProto::OnAccountManagerInit(WPARAM, LPARAM lParam) { return (INT_PTR)(CSteamOptionsMain::CreateAccountManagerPage(this, (HWND)lParam))->GetHwnd(); -- cgit v1.2.3