From c20a8956e4acdc66695a9a0b30ceb232f23b8a1b Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 22 Mar 2004 13:35:36 +0000 Subject: [PATCH] Prevent tedious warning message. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8509 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_nestinset.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/math_nestinset.C b/src/mathed/math_nestinset.C index 1ed309e981..7a331083ec 100644 --- a/src/mathed/math_nestinset.C +++ b/src/mathed/math_nestinset.C @@ -820,7 +820,7 @@ void MathNestInset::priv_dispatch(LCursor & cur, FuncRequest & cmd) } -bool MathNestInset::getStatus(LCursor & cur, FuncRequest const & cmd, +bool MathNestInset::getStatus(LCursor & /*cur*/, FuncRequest const & cmd, FuncStatus & flag) const { // the font related toggles -- 2.39.5