]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutFile.cpp
Typo.
[lyx.git] / src / LayoutFile.cpp
index 8f0d9210b52245c4e704da30dc78c87ddf8ea425..3c877b6675baa364a24a339dba1a400b73992572 100644 (file)
@@ -18,7 +18,7 @@
 #include "Lexer.h"
 #include "TextClass.h"
 
-#include "support/assert.h"
+#include "support/lassert.h"
 #include "support/debug.h"
 #include "support/FileName.h"
 #include "support/filetools.h"
@@ -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))