From 95cf41045650daf446d8ee9109592d002f867657 Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Fri, 8 Jan 2010 09:32:25 +0000 Subject: [PATCH] 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 --- src/frontends/qt4/GuiWorkArea.cpp | 1 - 1 file changed, 1 deletion(-) 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()); } -- 2.39.5