Remove wrong FIXME.

Code at this place calls "switchEncoding" which takes care of not-switching
if there is only one inputenc used in the document.
This commit is contained in:
Günter Milde 2015-11-21 23:08:54 +01:00
parent ad767b159d
commit faadac9f4a

View 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()));