]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.cpp
* make macros global. This is conceptionally much easier for the user,
[lyx.git] / src / insets / InsetBox.cpp
index b81ac332f25bba197ca0805123bd3558ca353752..ec99e94b59ab7c24f94bd60513a549c72482d568 100644 (file)
@@ -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);