]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Fix the rest of bug 5010.
[lyx.git] / src / Layout.h
index ea10b58fe8887939663041ff8d766a32b3a6c09e..f1e9b978551d326fc3635d858ad050daf5e42097 100644 (file)
@@ -194,14 +194,6 @@ public:
        bool free_spacing;
        ///
        bool pass_thru;
-       /**
-        * Whether this layout was declared with "Environment xxx" as opposed
-        * to "Style xxx". This is part of some unfinished generic environment
-        * handling (see also InsetEnvironment) started by Andre. No layout
-        * that is shipped with LyX has this flag set.
-        * Don't confuse this with isEnvironment()!
-        */
-       bool is_environment;
        /// show this in toc
        int toclevel;
        /// special value of toclevel for non-section layouts