Removed unneeded assert firing when closing LyX with F&R WA selected.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32879 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Tommaso Cucinotta 2010-01-08 09:32:25 +00:00
parent 090435cf27
commit 95cf410456

View File

@ -1277,7 +1277,6 @@ void EmbeddedWorkArea::disable()
stopBlinkingCursor(); stopBlinkingCursor();
if (view().currentWorkArea() != this) if (view().currentWorkArea() != this)
return; return;
LASSERT(view().currentMainWorkArea(), /* */);
view().setCurrentWorkArea(view().currentMainWorkArea()); view().setCurrentWorkArea(view().currentMainWorkArea());
} }