From 4eccffd2cb24cfaf32959fcf400aaea1930af15f Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 1 May 2015 11:02:35 +0000 Subject: warnings fix not used file removed git-svn-id: http://svn.miranda-ng.org/main/trunk@13330 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/steam_events.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 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 ee4669ca5b..434eaed925 100644 --- a/protocols/Steam/src/steam_events.cpp +++ b/protocols/Steam/src/steam_events.cpp @@ -29,12 +29,12 @@ int CSteamProto::OnPreShutdown(WPARAM, LPARAM) return 0; } -INT_PTR CSteamProto::OnAccountManagerInit(WPARAM wParam, LPARAM lParam) +INT_PTR CSteamProto::OnAccountManagerInit(WPARAM, LPARAM lParam) { return (INT_PTR)(CSteamOptionsMain::CreateAccountManagerPage(this, (HWND)lParam))->GetHwnd(); } -int CSteamProto::OnOptionsInit(WPARAM wParam, LPARAM lParam) +int CSteamProto::OnOptionsInit(WPARAM wParam, LPARAM) { OPTIONSDIALOGPAGE odp = { 0 }; odp.hInstance = g_hInstance; @@ -52,7 +52,7 @@ int CSteamProto::OnOptionsInit(WPARAM wParam, LPARAM lParam) return 0; } -int CSteamProto::OnIdleChanged(WPARAM wParam, LPARAM lParam) +int CSteamProto::OnIdleChanged(WPARAM, LPARAM lParam) { bool idle = (lParam & IDF_ISIDLE) != 0; bool privacy = (lParam & IDF_PRIVACY) != 0; -- cgit v1.2.3