]> git.lyx.org Git - lyx.git/blobdiff - src/Font.cpp
Remove special code for Qt5 to manage HiDPI. It's not needed anymore and leads to...
[lyx.git] / 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()));