summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-01-18 18:53:33 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-01-18 18:53:33 +0300
commit726069ec50be8be30e8465c1328b178a2573fd75 (patch)
treed155865e83f7b205aa5045b812e75bee75685671 /protocols/ICQ-WIM/src/proto.cpp
parenta28acd3195e07adbf12495a1b50a5c0b2c2dfbbd (diff)
PSS_URL removed as totally obsolete
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.cpp')
-rw-r--r--protocols/ICQ-WIM/src/proto.cpp8
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)