From: Günter Milde Date: Sat, 21 Nov 2015 22:08:54 +0000 (+0100) Subject: Remove wrong FIXME. X-Git-Tag: 2.2.0alpha2~51 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=faadac9f4ab9b735c02180dcbb2664e92911bb37;p=features.git 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. --- diff --git a/src/Font.cpp b/src/Font.cpp index 70bc25578b..f0814a3a3e 100644 --- a/src/Font.cpp +++ b/src/Font.cpp @@ -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 const c = switchEncoding(os, bparams, runparams, *(language()->encoding()));