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_proto.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'protocols/Steam/src/steam_proto.cpp') diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp index fb6d7e31f3..e9fc5ba35c 100644 --- a/protocols/Steam/src/steam_proto.cpp +++ b/protocols/Steam/src/steam_proto.cpp @@ -396,9 +396,6 @@ int __cdecl CSteamProto::OnEvent(PROTOEVENTTYPE eventType, WPARAM wParam, LPARAM case EV_PROTO_ONLOAD: return this->OnModulesLoaded(wParam, lParam); - case EV_PROTO_ONEXIT: - return this->OnPreShutdown(wParam, lParam); - /*case EV_PROTO_ONOPTIONS: return this->OnOptionsInit(wParam, lParam);*/ -- cgit v1.2.3