Handle selections properly on insertion and removal of ChatLines
[quassel.git] / src / qtui / chatscene.h
index ade3eb1..78ba341 100644 (file)
@@ -124,7 +124,7 @@ private:
   int _selectionStartCol, _selectionMinCol;
   int _selectionStart;
   int _selectionEnd;
   int _selectionStartCol, _selectionMinCol;
   int _selectionStart;
   int _selectionEnd;
-  int _firstSelectionRow, _lastSelectionRow;
+  int _firstSelectionRow;
   bool _isSelecting;
 
   struct WebPreview {
   bool _isSelecting;
 
   struct WebPreview {