From c62a53b78b8b30eaa242732779e90a89d47475b4 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Mon, 23 Jun 2014 08:03:44 -0400 Subject: [PATCH] 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 --- src/Cursor.cpp | 2 -- 1 file changed, 2 deletions(-) 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()) -- 2.39.2