Squash compiler warning about unused var.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8681 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2004-04-20 08:44:30 +00:00
parent 66cd8361ff
commit ebaded261a
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2004-04-20 Angus Leeming <leeming@lyx.org>
* math_nestinset.C (notifyCursorLeaves): squash warning about
unused var.
2004-04-20 Angus Leeming <leeming@lyx.org>
* math_hullinset.C (addPreview): Add the preview only if

View File

@ -313,7 +313,7 @@ int MathNestInset::latex(Buffer const &, std::ostream & os,
}
void MathNestInset::notifyCursorLeaves(LCursor & cur)
void MathNestInset::notifyCursorLeaves(LCursor & /*cur*/)
{
#warning look here
#if 0