]> git.lyx.org Git - features.git/commitdiff
Remove wrong FIXME.
authorGünter Milde <milde@lyx.org>
Sat, 21 Nov 2015 22:08:54 +0000 (23:08 +0100)
committerGünter Milde <milde@lyx.org>
Sat, 21 Nov 2015 22:08:54 +0000 (23:08 +0100)
Code at this place calls "switchEncoding" which takes care of not-switching
if there is only one inputenc used in the document.

src/Font.cpp

index 70bc25578baa03a558026a6d7603038c24894a34..f0814a3a3eb94103dbb8dd202a87595a3da88475 100644 (file)
@@ -327,7 +327,6 @@ int Font::latexWriteStartChanges(odocstream & os, BufferParams const & bparams,
                }
        }
 
-       // FIXME: skip this for XeTeX/LuaTeX? With nonTeXfonts or always?
        if (language()->encoding()->package() == Encoding::CJK) {
                pair<bool, int> const c = switchEncoding(os, bparams,
                                runparams, *(language()->encoding()));