From 93d27a33fe5f394dec25f4898ccfd04bcc523bbe Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 21 Aug 2009 16:46:53 +0000 Subject: [PATCH] Squash warning. Maybe this parameter should be killed after last cleanup Vicent? git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31177 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 9fd5343381..854c702586 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -1928,7 +1928,7 @@ bool GuiView::closeWorkAreaAll() bool GuiView::closeWorkArea(GuiWorkArea * wa, bool close_buffer, - bool is_active) + bool) { Buffer & buf = wa->bufferView().buffer();