]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
cmake: remove 2.8 warning
[lyx.git] / src / TextClass.cpp
index 3f3fe36d1d4b821e56bb355cc22554e0b4146232..00558d586247ad870eda3fd58dae36306d4c04f6 100644 (file)
@@ -60,7 +60,7 @@ namespace lyx {
 // development/updatelayouts.sh script, to update the format of 
 // all of our layout files.
 //
-int const LAYOUT_FORMAT = 33;
+int const LAYOUT_FORMAT = 35;
        
 namespace {
 
@@ -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_;
 }