mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
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:
parent
d8eaec5c03
commit
67615fba80
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user