X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.h;fp=src%2Fcore%2Fcore.h;h=8d02d9ed0ba5922f56f4bce08b9a01cc8d640abe;hp=102252b6683db4aa405c03c1f134cc7aea207aab;hb=767e5f04ab1aff5ea98e9d3bf67d8f22043bf90c;hpb=c17297c5f5bcec99c59f731fd879055a04f1edb8 diff --git a/src/core/core.h b/src/core/core.h index 102252b6..8d02d9ed 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -556,13 +556,6 @@ public: return instance()->_storage->setBufferLastSeenMsg(user, bufferId, msgId); } - //! Get the auth username associated with a userId - /** \param user The user to retrieve the username for - * \return The username for the user - */ - static inline QString getAuthUserName(UserId user) { - return instance()->_storage->getAuthUserName(user); - } //! Get a usable sysident for the given user in oidentd-strict mode /** \param user The user to retrieve the sysident for