From: Marcus Eggenberger Date: Sun, 8 Nov 2009 12:17:27 +0000 (+0100) Subject: warning-- X-Git-Tag: 0.5.1~12 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=223101beaa4ae64c64df44da0fd87c720f44d9f3 warning-- --- diff --git a/src/qtui/chatscene.cpp b/src/qtui/chatscene.cpp index e2b5f80c..f111781b 100644 --- a/src/qtui/chatscene.cpp +++ b/src/qtui/chatscene.cpp @@ -170,7 +170,6 @@ void ChatScene::rowsInserted(const QModelIndex &index, int start, int end) { qreal width = _sceneRect.width(); bool atBottom = (start == _lines.count()); bool atTop = !atBottom && (start == 0); - bool moveTop = false; if(start < _lines.count()) { y = _lines.value(start)->y();