]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFont.cpp
Revert "Fix a number of signedness warnings"
[lyx.git] / src / mathed / InsetMathFont.cpp
index f199ee5bcf8ad7f719c998539ae27919429a72d7..1de00464a7326641ee8b3cb6012de649c9f77df4 100644 (file)
@@ -58,9 +58,7 @@ InsetMath::mode_type InsetMathFont::currentMode() const
 
 bool InsetMathFont::lockedMode() const
 {
-       if (key_->extra == "forcetext")
-               return true;
-       return false;
+       return key_->extra == "forcetext";
 }