summaryrefslogtreecommitdiff
path: root/TelepathyQt/profile.cpp
diff options
context:
space:
mode:
authorJeremy Whiting <jeremy.whiting@collabora.com>2011-11-08 20:36:04 -0700
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-25 13:02:38 -0200
commit02c77f73dff0439037ac68bbb6854809388de88f (patch)
treeb678652b8d7aad22d9db48cfc4c3b2198a2dfbfe /TelepathyQt/profile.cpp
parentfc3c4e2ebfebf7749f9f9d625f44df76eec1677a (diff)
Profile: Remove deprecated methods.
Diffstat (limited to 'TelepathyQt/profile.cpp')
-rw-r--r--TelepathyQt/profile.cpp8
1 files changed, 0 insertions, 8 deletions
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;