]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.C
revert recent change to development/FORMAT (don't change history)
[lyx.git] / src / buffer.C
index a2dfa7c020c476339314db654f57a04a7f9f687e..f3bb61494eb632ea28b7fc3b3869bee33272c5da 100644 (file)
@@ -968,14 +968,6 @@ bool Buffer::isDocBook() const
 }
 
 
-bool Buffer::isSGML() const
-{
-       LyXTextClass const & tclass = params().getLyXTextClass();
-
-       return tclass.outputType() == DOCBOOK;
-}
-
-
 void Buffer::makeDocBookFile(string const & fname,
                              OutputParams const & runparams,
                              bool const body_only)