From d15bd517fb0eb4bbdb1b118b44398b00bc8f6d6a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 9 Feb 2018 16:13:50 +0300 Subject: all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminated --- include/m_icq.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include/m_icq.h') diff --git a/include/m_icq.h b/include/m_icq.h index b268f2466e..01d5e08b65 100644 --- a/include/m_icq.h +++ b/include/m_icq.h @@ -46,18 +46,6 @@ typedef struct { } ICQSEARCHRESULT; -// Request authorization -// wParam = (WPARAM)hContact -#define MS_REQ_AUTH "/ReqAuth" - -// Grant authorization -// wParam = (WPARAM)hContact; -#define MS_GRANT_AUTH "/GrantAuth" - -// Revoke authorization -// wParam = (WPARAM)hContact -#define MS_REVOKE_AUTH "/RevokeAuth" - // Open ICQ profile // wParam = (WPARAM)hContact #define MS_OPEN_PROFILE "/OpenProfile" -- cgit v1.2.3