]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
Amend 207eaeee9071cb
[lyx.git] / src / OutputParams.cpp
index dd98c52bbc7a8f4f708b843a5688d81a373d0109..7c22cb1348eec320b28caa36587bfbd25436bf73 100644 (file)
@@ -51,10 +51,4 @@ bool OutputParams::isFullUnicode() const
                        || flavor == Flavor::XeTeX;
 }
 
-
-bool OutputParams::useBidiPackage() const
-{
-       return use_polyglossia && flavor == Flavor::XeTeX;
-}
-
 } // namespace lyx