]> git.lyx.org Git - features.git/blobdiff - src/frontends/LyXView.C
* Transfer Intl member from LyXView to BufferView.
[features.git] / src / frontends / LyXView.C
index 62d41ff69fa6352b2f9158572ee35941eaa62686..7b06cf9684f037b620e220760c07955f1423ff8d 100644 (file)
@@ -75,7 +75,6 @@ LyXView::LyXView(Gui & owner)
        : work_area_(0),
          owner_(owner),
          toolbars_(new Toolbars(*this)),
-         intl_(new Intl),
          autosave_timeout_(new Timeout(5000)),
          lyxfunc_(new LyXFunc(this)),
          dialogs_(new Dialogs(*this)),
@@ -119,8 +118,6 @@ void LyXView::init()
                autosave_timeout_->setTimeout(lyxrc.autosave * 1000);
                autosave_timeout_->start();
        }
-
-       intl_->initKeyMapper(lyxrc.use_kbmap);
 }