remove warnings about unused parameters

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2566 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-08-21 09:41:59 +00:00
parent 6fd8c362c0
commit 17956728be

View File

@ -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
{}