X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=f0887070128550fc68529b0a6adc6db20982bc76;hp=c3a932ed69947963c3ddffe7eecbf652b9ee566c;hb=710edfe368ed1db79cc274164523d14afc1b2c9d;hpb=97a4aeb939117264b6535856d07d474008c54da4 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); }