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