From: Tommaso Cucinotta Date: Fri, 8 Jan 2010 09:32:25 +0000 (+0000) Subject: Removed unneeded assert firing when closing LyX with F&R WA selected. X-Git-Tag: 2.0.0~4506 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=95cf41045650daf446d8ee9109592d002f867657;p=lyx.git 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 --- diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index f47429ce7e..08b935d9da 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -1277,7 +1277,6 @@ void EmbeddedWorkArea::disable() stopBlinkingCursor(); if (view().currentWorkArea() != this) return; - LASSERT(view().currentMainWorkArea(), /* */); view().setCurrentWorkArea(view().currentMainWorkArea()); }