summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TelepathyQt/profile.cpp8
-rw-r--r--TelepathyQt/profile.h1
2 files changed, 0 insertions, 9 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;
diff --git a/TelepathyQt/profile.h b/TelepathyQt/profile.h
index bce78969..916db28f 100644
--- a/TelepathyQt/profile.h
+++ b/TelepathyQt/profile.h
@@ -122,7 +122,6 @@ public:
QString label() const;
QString iconName() const;
bool canHaveStatusMessage() const;
- TP_QT_DEPRECATED QString message() const;
bool isDisabled() const;