X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fnetworkconnection.h;h=c28da180a58383ad3ae88b594d1243bd82a80634;hp=cebf837920f2e9c730cae1e3ec5214026c4e0d55;hb=07171f8337e7236c3ac3432352b41ad3c53e077b;hpb=52a7b4d0f289f075aa386445a47d876743bcb6d0 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);