X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtgui%2Fchatline.cpp;h=5d0a97303bde969e6ef33a23f25f7363f781ba8e;hp=fd3c7104505d6422ac076e23504a7948d6e237fb;hb=61f127be9021682a423e5acc00d1b0f88296c384;hpb=6869909402a4dc807ee5261cc2a0999ac33053ee diff --git a/src/qtgui/chatline.cpp b/src/qtgui/chatline.cpp index fd3c7104..5d0a9730 100644 --- a/src/qtgui/chatline.cpp +++ b/src/qtgui/chatline.cpp @@ -223,7 +223,6 @@ int ChatLine::posToCursor(QPointF pos) { return line.start; } } - qWarning() << "Should we ever reach this point?"; return 0; }