From: Scott Kostyshak Date: Mon, 23 Jun 2014 12:03:44 +0000 (-0400) Subject: Remove an incorrect/expired FIXME X-Git-Tag: 2.2.0alpha1~1820 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c62a53b78b8b30eaa242732779e90a89d47475b4;p=features.git Remove an incorrect/expired FIXME Both Richard and JMarc think it is incorrect. See https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184758.html --- diff --git a/src/Cursor.cpp b/src/Cursor.cpp index c74031555f..7dff9328b4 100644 --- a/src/Cursor.cpp +++ b/src/Cursor.cpp @@ -1201,8 +1201,6 @@ DocIterator Cursor::selectionEnd() const void Cursor::setSelection() { setSelection(true); - // A selection with no contents is not a selection - // FIXME: doesnt look ok if (idx() == normalAnchor().idx() && pit() == normalAnchor().pit() && pos() == normalAnchor().pos())