Fix off-by-one bug in a line that was even more buggy until a few hours ago.
[quassel.git] / src / qtgui / chatline.cpp
index fd3c710..5d0a973 100644 (file)
@@ -223,7 +223,6 @@ int ChatLine::posToCursor(QPointF pos) {
       return line.start;
     }
   }
       return line.start;
     }
   }
-  qWarning() << "Should we ever reach this point?";
   return 0;
 }
 
   return 0;
 }