From 02c77f73dff0439037ac68bbb6854809388de88f Mon Sep 17 00:00:00 2001 From: Jeremy Whiting Date: Tue, 8 Nov 2011 20:36:04 -0700 Subject: Profile: Remove deprecated methods. --- TelepathyQt/profile.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'TelepathyQt/profile.cpp') diff --git a/TelepathyQt/profile.cpp b/TelepathyQt/profile.cpp index ff487b75..066f6f54 100644 --- a/TelepathyQt/profile.cpp +++ b/TelepathyQt/profile.cpp @@ -1174,14 +1174,6 @@ bool Profile::Presence::canHaveStatusMessage() const return false; } -/** - * \deprecated Use canHaveStatusMessage() instead. - */ -QString Profile::Presence::message() const -{ - return mPriv->message; -} - void Profile::Presence::setMessage(const QString &message) { mPriv->message = message; -- cgit v1.2.3