]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.cpp
Revert "Use swap in InsetText::updateBuffer for notes ad friends"
[lyx.git] / src / Encoding.cpp
index 0947c148c1e7f0dbd8b7c2c741a538c3179602f8..026ad3c43e190d8bbe48889d069a4cb948b5b45b 100644 (file)
@@ -608,8 +608,6 @@ bool Encodings::needsScriptWrapper(string const & script, string const & fontenc
                return (fontenc != "T2A" && fontenc != "T2B"
                        && fontenc != "T2C" && fontenc != "X2");
        }
-       if (script == "textbaltic")
-               return (fontenc != "L7x");
        return false;
 }