]> git.lyx.org Git - features.git/blobdiff - src/LayoutFile.h
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[features.git] / src / LayoutFile.h
index fd95c04e91ffab735187cfff1372cf3ad3a3904f..0a5ec3472b323b95d284564072c3087100698b4c 100644 (file)
@@ -90,8 +90,7 @@ public:
 
        enum Layout_Type {
                System,
-               Local,
-               Embedded
+               Local
        };
        
        /// add a textclass from user local directory.
@@ -104,7 +103,6 @@ public:
        std::vector<LayoutFileIndex> classList() const;
        /// 
        static std::string const localPrefix;
-       static std::string const embeddedPrefix;
 private:
        ///
        typedef std::map<std::string, LayoutFile *> ClassMap;