]> git.lyx.org Git - lyx.git/blobdiff - src/trans_mgr.C
citation patch from Angus
[lyx.git] / src / trans_mgr.C
index 05b84f64a16b1b196fa23aeaf8ef24d17389128a..eea9e01464da853a18bb675671ccee5a0d6d7121 100644 (file)
@@ -85,8 +85,7 @@ string TransDeadkeyState::normalkey(char c, char * trans)
        }
        if (l == 0) {
                // Not an exception. Check if it allowed
-               if (current_view->buffer()->params.allowAccents == true ||
-                   countChar(deadkey_info_.allowed, c) > 0) {
+               if (countChar(deadkey_info_.allowed, c) > 0) {
                        res = DoAccent(c, deadkey_info_.accent);
                } else {
                        // Not allowed