X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.cpp;h=811eec3eadf5aadf354281d787fcd26707bee3f0;hp=56f5154822aa61c05cf53688b5b6995a6dada672;hb=060eed53b2da720c717e43a1b92dba2a6a7ab13e;hpb=bcd6ecbc69fba90189c16e84e74488b2817d0700 diff --git a/src/qtui/chatscene.cpp b/src/qtui/chatscene.cpp index 56f51548..811eec3e 100644 --- a/src/qtui/chatscene.cpp +++ b/src/qtui/chatscene.cpp @@ -49,8 +49,7 @@ ChatScene::ChatScene(QAbstractItemModel *model, const QString &idString, qreal w _viewportHeight(0), _selectingItem(0), _selectionStart(-1), - _isSelecting(false), - _lastBacklogSize(0) + _isSelecting(false) { MessageFilter *filter = qobject_cast(model); if(filter) {