diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/delphi/m_icq.inc | 28 | ||||
-rw-r--r-- | include/m_icq.h | 8 |
2 files changed, 0 insertions, 36 deletions
diff --git a/include/delphi/m_icq.inc b/include/delphi/m_icq.inc index 1076f9990a..cb7e1d78ee 100644 --- a/include/delphi/m_icq.inc +++ b/include/delphi/m_icq.inc @@ -220,18 +220,6 @@ an XML parser in the protocol module. Here's one I got: PS_CHANGEINFOEX = '/ChangeInfoEx';
{
- Change nickname in White pages
- lParam=(LPARAM)(const AnsiChar*)szNewNickName
-}
- PS_SET_NICKNAME = '/SetNickname';
-
-{
- Set password for current session
- lParam=(LPARAM)(const AnsiChar*)szPassword
-}
- PS_ICQ_SETPASSWORD = '/SetPassword';
-
-{
miranda/icqoscar/statusmsgreq event
called when our status message is requested
wParam=(byte)msgType
@@ -242,22 +230,6 @@ an XML parser in the protocol module. Here's one I got: ME_ICQ_STATUSMSGREQ = '/StatusMsgReq';
{
- set owner avatar
- wParam=0
- lParam=(const AnsiChar *)Avatar file name
- return=0 for sucess
-}
- PS_ICQ_SETMYAVATAR = '/SetMyAvatar';
-
-{
- get current owner avatar
- wParam=(AnsiChar *)Buffer to file name
- lParam=(int)Buffer size
- return=0 for sucess
-}
- PS_ICQ_GETMYAVATAR = '/GetMyAvatar';
-
-{
get size limit for avatar image
wParam=(int *)max width of avatar - will be set
lParam=(int *)max height of avatar - will be set
diff --git a/include/m_icq.h b/include/m_icq.h index a3b5855619..dd4d61eff0 100644 --- a/include/m_icq.h +++ b/include/m_icq.h @@ -162,14 +162,6 @@ typedef struct { //wParam = operationType
#define PS_CHANGEINFOEX "/ChangeInfoEx"
-//Change nickname in White pages
-//lParam = (LPARAM)(const char*)szNewNickName
-#define PS_SET_NICKNAME "/SetNickname"
-
-//Set password for current session
-//lParam = (LPARAM)(const char*)szPassword
-#define PS_ICQ_SETPASSWORD "/SetPassword"
-
//miranda/icqoscar/statusmsgreq event
//called when our status message is requested
//wParam = (BYTE)msgType
|