]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
use return value of regex_match to check whether a match was found
[lyx.git] / src / TextClass.cpp
index 3f3fe36d1d4b821e56bb355cc22554e0b4146232..edf66b3b34048dc5e36d21d049a99d7061f0dd4c 100644 (file)
@@ -1227,7 +1227,6 @@ InsetLayout const & DocumentClass::insetLayout(docstring const & name) const
 
 docstring const & TextClass::defaultLayoutName() const
 {
-       // This really should come from the actual layout... (Lgb)
        return defaultlayout_;
 }