From 6d0076208df04f1d161220beb7cd9155330dead9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 13 Apr 2015 15:05:51 +0000 Subject: dialog fix for Steam git-svn-id: http://svn.miranda-ng.org/main/trunk@12787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/steam_proto.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'protocols/Steam/src/steam_proto.h') diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index 0c06e708ca..bcddfdb6b3 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -246,10 +246,6 @@ protected: void OnInitStatusMenu(); - // options - CSteamDlgBase::CreateParam SteamMainOptionsParam; - CSteamDlgBase::CreateParam SteamBlockListOptionsParam; - // avatars TCHAR* GetAvatarFilePath(MCONTACT hContact); bool GetDbAvatarInfo(PROTO_AVATAR_INFORMATIONT &pai); @@ -270,8 +266,8 @@ protected: int OnModulesLoaded(WPARAM, LPARAM); int OnPreShutdown(WPARAM, LPARAM); int __cdecl OnIdleChanged(WPARAM, LPARAM); + int __cdecl OnOptionsInit(WPARAM wParam, LPARAM lParam); INT_PTR __cdecl OnAccountManagerInit(WPARAM wParam, LPARAM lParam); - static int __cdecl OnOptionsInit(void *obj, WPARAM wParam, LPARAM lParam); // utils static WORD SteamToMirandaStatus(int state); -- cgit v1.2.3