X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fnetworkconnection.h;h=c28da180a58383ad3ae88b594d1243bd82a80634;hb=8ff7242c289343d53d1a0d7ca507096cb944cafb;hp=cebf837920f2e9c730cae1e3ec5214026c4e0d55;hpb=b2f26944f3b4109d22bb1571aed2a7e2e9efbb5a;p=quassel.git diff --git a/src/core/networkconnection.h b/src/core/networkconnection.h index cebf8379..c28da180 100644 --- a/src/core/networkconnection.h +++ b/src/core/networkconnection.h @@ -195,8 +195,6 @@ private: int _tokenBucket; // the virtual bucket that holds the tokens QList _msgQueue; - int _maxMsgSize; - void writeToSocket(QByteArray s);