X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoresessioneventprocessor.h;fp=src%2Fcore%2Fcoresessioneventprocessor.h;h=ff167299356cce5227d17ee9aedaddf6d6edef61;hp=27371e35bcb528b294cdd45051bfb28246e073e6;hb=dccbef488a2299cf08146cdfc11933a8fe28a387;hpb=a0bcb6393bc23734c9df0283a3ddbe4ec63c2f11 diff --git a/src/core/coresessioneventprocessor.h b/src/core/coresessioneventprocessor.h index 27371e35..ff167299 100644 --- a/src/core/coresessioneventprocessor.h +++ b/src/core/coresessioneventprocessor.h @@ -154,17 +154,6 @@ private: // key: quit message // value: the corresponding netsplit object QHash > _netsplits; - - // IRCv3 capability negotiation - /** - * Sends the next capability from the queue. - * - * During nick registration if any capabilities remain queued, this will take the next and - * request it. When no capabilities remain, capability negotiation is ended. - * - * @param[in,out] A network currently undergoing capability negotiation - */ - void sendNextCap(Network *net); };