]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathMacroTemplate.cpp
fix compilation warnings: unused parameters
[features.git] / src / mathed / MathMacroTemplate.cpp
index f1d8e439e5cc13c8dfdd2c62ae783b9f2fac313f..0189e6ff4aa71ca9391a9a2d4b89aa5117cc9db1 100644 (file)
@@ -966,7 +966,7 @@ void MathMacroTemplate::write(WriteStream & os) const
 }
 
 
-void MathMacroTemplate::write(WriteStream & os, bool overwriteRedefinition) const
+void MathMacroTemplate::write(WriteStream & os, bool /*overwriteRedefinition*/) const
 {
        // newcommand or renewcommand
        if (os.latex() && optionals_ > 1)