]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutFile.cpp
Some comments.
[lyx.git] / src / LayoutFile.cpp
index 8f0d9210b52245c4e704da30dc78c87ddf8ea425..8a1595bafc84d6a7445f88372fbf88698e7eb70a 100644 (file)
@@ -195,8 +195,6 @@ void LayoutFileList::reset(LayoutFileIndex const & classname) {
 
 
 string const LayoutFileList::localPrefix = "LOCAL:";
-string const LayoutFileList::embeddedPrefix = "EMBED:";
-
 
 LayoutFileIndex 
        LayoutFileList::addLayoutFile(string const & textclass, string const & path,
@@ -212,8 +210,6 @@ LayoutFileIndex
        
        if (type == Local)
                localIndex = localPrefix + fullName;
-       else if (type == Embedded)
-               localIndex = embeddedPrefix + textclass;
        
        // if the local file has already been loaded, return it
        if (haveClass(localIndex))