X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=f0887070128550fc68529b0a6adc6db20982bc76;hb=36b30b6b8775f5322fad3d1ee99545a07baf9e20;hp=c3a932ed69947963c3ddffe7eecbf652b9ee566c;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;p=quassel.git diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index c3a932ed..f0887070 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -74,7 +74,6 @@ public: QByteArray userEncode(const QString &userNick, const QString &string) const; inline QString channelKey(const QString &channel) const { return _channelKeys.value(channel.toLower(), QString()); } - inline QStringList persistentChannels() const { return _channelKeys.keys(); } inline bool isAutoWhoInProgress(const QString &channel) const { return _autoWhoInProgress.value(channel.toLower(), 0); }