]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFont.cpp
Revert "Support the mathbbm font."
[lyx.git] / src / mathed / InsetMathFont.cpp
index 512eb629ad1606c18c8c977ea8f5cc11db20d521..f199ee5bcf8ad7f719c998539ae27919429a72d7 100644 (file)
@@ -136,8 +136,6 @@ void InsetMathFont::validate(LaTeXFeatures & features) const
                        features.require("mhchem");
                if (fontname == "mathds")
                        features.require("dsfont");
-               if (fontname == "mathbbm")
-                       features.require("bbm");
        } else if (features.runparams().math_flavor == OutputParams::MathAsHTML) {
                features.addCSSSnippet(
                        "span.normal{font: normal normal normal inherit serif;}\n"