diff options
Diffstat (limited to 'include/m_icq.h')
-rw-r--r-- | include/m_icq.h | 12 |
1 files changed, 0 insertions, 12 deletions
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"
|