]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.cpp
Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList
[lyx.git] / src / insets / InsetBox.cpp
index 26360243994c089aff5dadbe6cc68c9ccd0e2a86..c12b405aaf697b4ce9e9c04cd03c2cbc59e4983f 100644 (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);
        return btype != Frameless || params_.inner_box;