From 223101beaa4ae64c64df44da0fd87c720f44d9f3 Mon Sep 17 00:00:00 2001 From: Marcus Eggenberger Date: Sun, 8 Nov 2009 13:17:27 +0100 Subject: [PATCH] warning-- --- src/qtui/chatscene.cpp | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.20.1