mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
ad767b159d
commit
faadac9f4a
@ -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()));
|
||||
|
Loading…
Reference in New Issue
Block a user