X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=3efcfca28eea18363628a14622f832c8929e17c1;hp=740430c5a0f77866c450be8509451ef97aacc3a1;hb=abc82ce2ef192b8aaf96561eb6ab5a6e62d76108;hpb=2d6adaf54681e31b6811decc585069233e8854ef diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index 740430c5..3efcfca2 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -401,18 +401,6 @@ public slots: */ void queueAutoWhoOneshot(const QString &name); - /** - * Removes the given channel/nick from AutoWho queue - * - * This can avoid needlessly WHO'ng nicknames and channels that are no longer of interest, e.g. - * if parting a channel right after joining or if a nick joins then quits. - * - * For when a periodic channel AutoWho finishes, see CoreNetwork::setAutoWhoDone() - * - * @param name Channel or nickname - */ - void cancelAutoWhoOneshot(const QString &name); - /** * Checks if the given target has an automatic WHO in progress, and sets it as done if so *