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
This commit is contained in:
Scott Kostyshak 2014-06-23 08:03:44 -04:00
parent 78b7045ed8
commit c62a53b78b

View File

@ -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())