From 70e337eaa8e523d74e3b3757ac6972a72b8e44cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 30 Dec 2017 16:04:07 +0100 Subject: kopete: Remove the AIM specific code from liboscar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 036b0229dba794cf6267b522ac1f6449b6708d51) --- kopete/protocols/oscar/oscarversionupdater.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'kopete/protocols/oscar/oscarversionupdater.h') diff --git a/kopete/protocols/oscar/oscarversionupdater.h b/kopete/protocols/oscar/oscarversionupdater.h index de2a2fea..deec082d 100644 --- a/kopete/protocols/oscar/oscarversionupdater.h +++ b/kopete/protocols/oscar/oscarversionupdater.h @@ -63,22 +63,11 @@ public: */ const Oscar::ClientVersion* getICQVersion() const { return &mICQVersion; } - /** - * Return structure with version info for AIM. - * @return Oscar::ClientVersion. - */ - const Oscar::ClientVersion* getAIMVersion() const { return &mAIMVersion; } - /** * Set structure with ICQ version info to default. */ void initICQVersionInfo(); - /** - * Set structure with AIM version info to default. - */ - void initAIMVersionInfo(); - /** * Print debug info. */ @@ -109,7 +98,6 @@ private: static OscarVersionUpdater *versionUpdaterStatic; Oscar::ClientVersion mICQVersion; - Oscar::ClientVersion mAIMVersion; TDEIO::TransferJob *mTransferJob; TQByteArray mVersionData; -- cgit v1.2.1