X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fnetworkconnection.h;h=c28da180a58383ad3ae88b594d1243bd82a80634;hb=c30f8eb1f1d360284b38016655cdb6a3e40db8ed;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);