From 17956728bea572a5ea2003c18f0ea6adec698adf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 21 Aug 2001 09:41:59 +0000 Subject: [PATCH] remove warnings about unused parameters git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2566 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_cheatinset.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/math_cheatinset.C b/src/mathed/math_cheatinset.C index a62f321b40..f1b5da1b31 100644 --- a/src/mathed/math_cheatinset.C +++ b/src/mathed/math_cheatinset.C @@ -19,7 +19,7 @@ MathInset * MathCheatInset::clone() const } -void MathCheatInset::draw(Painter & pain, int x, int y) const +void MathCheatInset::draw(Painter &, int, int) const {} -- 2.39.2