]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtextclass.h
More 'standard conformant blurb' nonsense.
[lyx.git] / src / lyxtextclass.h
index bc93f8d6fe40950ab5a8c51373f22710bb203bc8..70817d1ad83e5a95d6b4aa59e2f851d866adf0f8 100644 (file)
@@ -65,8 +65,6 @@ public:
 
        ///
        LyXLayout_ptr const & operator[](string const & vname) const;
-       ///
-       LyXLayout_ptr const & getEnv(string const & vname) const;
 
        /// Sees to that the textclass structure has been loaded
        bool load() const;
@@ -155,8 +153,6 @@ private:
        ///
        bool delete_layout(string const &);
        ///
-       bool delete_env(string const &);
-       ///
        bool do_readStyle(LyXLex &, LyXLayout &);
        /// Layout file name
        string name_;
@@ -210,9 +206,6 @@ private:
        /// Paragraph styles used in this layout
        LayoutList layoutlist_;
 
-       /// Environment styles used in this layout
-       LayoutList envlist_;
-
        /// available types of float, eg. figure, algorithm.
        boost::shared_ptr<FloatList> floatlist_;