]> git.lyx.org Git - features.git/blobdiff - src/support/filetools.C
Removed the automatic import of linuxdoc at start, it will be added later
[features.git] / src / support / filetools.C
index 1efd55bffe87b1cc63660ee5568433f89cac0ab6..996b064852b95eb8d0de3b4d18d7f95fa3c6c6ae 100644 (file)
@@ -64,12 +64,6 @@ bool IsLyXFilename(string const & filename)
 }
 
 
-bool IsSGMLFilename(string const & filename)
-{
-       return contains(filename, ".sgml");
-}
-
-
 // Substitutes spaces with underscores in filename (and path)
 string MakeLatexName(string const & file)
 {