]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.C
Remove the XOpenIM test as lyxlookup.C has been buried.
[lyx.git] / src / lyx_main.C
index b20b2aee64ed81370cb84eec46ded5d46ed57611..5cdbdc8d5f7328d968d582fda927fb9404464833 100644 (file)
@@ -463,11 +463,6 @@ void LyX::init(bool gui)
        // Read menus
        readUIFile(lyxrc.ui_file);
 
-       // Bind the X dead keys to the corresponding LyX functions if
-       // necessary.
-       if (lyxrc.override_x_deadkeys)
-               deadKeyBindings(toplevel_keymap.get());
-
        if (lyxerr.debugging(Debug::LYXRC)) {
                lyxrc.print();
        }