core: Remove leftover getAuthUserName and SQL
[quassel.git] / src / core / sqlitestorage.h
index 0ab7921..d52cdfa 100644 (file)
@@ -121,7 +121,6 @@ public slots:
 
     /* Sysident handling */
     QMap<UserId, QString> getAllAuthUserNames() override;
-    QString getAuthUserName(UserId user) override;
 
 protected:
     void setConnectionProperties(const QVariantMap &properties,