warning--
authorMarcus Eggenberger <egs@quassel-irc.org>
Sun, 8 Nov 2009 12:17:27 +0000 (13:17 +0100)
committerMarcus Eggenberger <egs@quassel-irc.org>
Sun, 8 Nov 2009 12:17:27 +0000 (13:17 +0100)
src/qtui/chatscene.cpp

index e2b5f80..f111781 100644 (file)
@@ -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);
   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();
 
   if(start < _lines.count()) {
     y = _lines.value(start)->y();