fix compilation warnings: more unused parameters

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22348 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-01-03 16:10:44 +00:00
parent d8eaec5c03
commit 67615fba80
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ bool InsetBox::getStatus(Cursor & cur, FuncRequest const & cmd,
} }
bool InsetBox::isMacroScope(Buffer const & buf) const bool InsetBox::isMacroScope(Buffer const &) const
{ {
BoxType btype = boxtranslator().find(params_.type); BoxType btype = boxtranslator().find(params_.type);
return btype != Frameless || params_.inner_box; return btype != Frameless || params_.inner_box;

View File

@ -798,7 +798,7 @@ InsetCollapsable::Decoration InsetCollapsable::decoration() const
} }
bool InsetCollapsable::isMacroScope(Buffer const & buf) const bool InsetCollapsable::isMacroScope(Buffer const &) const
{ {
// layout_ == 0 leads to no latex output, so ignore // layout_ == 0 leads to no latex output, so ignore
// the macros outside // the macros outside