aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRoster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppRoster.cpp')
-rw-r--r--source/QXmppRoster.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/QXmppRoster.cpp b/source/QXmppRoster.cpp
index c5fcac77..06f79430 100644
--- a/source/QXmppRoster.cpp
+++ b/source/QXmppRoster.cpp
@@ -227,16 +227,6 @@ void QXmppRoster::QXmppRosterEntry::setSubscriptionStatus(const QString& status)
m_subscriptionStatus = status;
}
-/// Adds the group entry of the roster entry.
-///
-/// \param group name as a QString
-///
-
-void QXmppRoster::QXmppRosterEntry::addGroupEntry(const QString& group)
-{
- m_groups << group;
-}
-
/// Sets the groups of the roster entry.
///
/// \param groups list of all the groups as a QSet<QString>