X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetBox.cpp;h=ec99e94b59ab7c24f94bd60513a549c72482d568;hb=76dc2c0d3002db400f4826e6f3b3e8bf84f830f4;hp=b81ac332f25bba197ca0805123bd3558ca353752;hpb=75999ba650ec5cb40ae31aae4ea1eb817929d09b;p=lyx.git diff --git a/src/insets/InsetBox.cpp b/src/insets/InsetBox.cpp index b81ac332f2..ec99e94b59 100644 --- a/src/insets/InsetBox.cpp +++ b/src/insets/InsetBox.cpp @@ -233,13 +233,6 @@ bool InsetBox::getStatus(Cursor & cur, FuncRequest const & cmd, } -bool InsetBox::isMacroScope() const -{ - BoxType btype = boxtranslator().find(params_.type); - return btype != Frameless || params_.inner_box; -} - - int InsetBox::latex(odocstream & os, OutputParams const & runparams) const { BoxType btype = boxtranslator().find(params_.type);