diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-18 18:53:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-18 18:53:33 +0300 |
commit | 726069ec50be8be30e8465c1328b178a2573fd75 (patch) | |
tree | d155865e83f7b205aa5045b812e75bee75685671 /protocols/ICQ-WIM/src/proto.cpp | |
parent | a28acd3195e07adbf12495a1b50a5c0b2c2dfbbd (diff) |
PSS_URL removed as totally obsolete
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.cpp')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/protocols/ICQ-WIM/src/proto.cpp b/protocols/ICQ-WIM/src/proto.cpp index aeade1e3a9..082e9bdcbe 100644 --- a/protocols/ICQ-WIM/src/proto.cpp +++ b/protocols/ICQ-WIM/src/proto.cpp @@ -374,14 +374,6 @@ int CIcqProto::SendMsg(MCONTACT hContact, int, const char *pszSrc) } //////////////////////////////////////////////////////////////////////////////////////// -// SendUrl - -int CIcqProto::SendUrl(MCONTACT, int, const char*) -{ - return 1; // Failure -} - -//////////////////////////////////////////////////////////////////////////////////////// // PS_SetStatus - sets the protocol status int CIcqProto::SetStatus(int iNewStatus) |