]> git.lyx.org Git - features.git/commitdiff
Removed unneeded assert firing when closing LyX with F&R WA selected.
authorTommaso Cucinotta <tommaso@lyx.org>
Fri, 8 Jan 2010 09:32:25 +0000 (09:32 +0000)
committerTommaso Cucinotta <tommaso@lyx.org>
Fri, 8 Jan 2010 09:32:25 +0000 (09:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32879 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiWorkArea.cpp

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