]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.cpp
Fix the rest of bug 5010.
[lyx.git] / src / Layout.cpp
index 3f5fe433af8893069674d3acccdcbd62d12f1b31..61f144984e41d43e8c94dd4f40c323d210c58567 100644 (file)
@@ -123,7 +123,6 @@ Layout::Layout()
        newline_allowed = true;
        free_spacing = false;
        pass_thru = false;
-       is_environment = false;
        toclevel = NOT_IN_TOC;
        commanddepth = 0;
 }