]> git.lyx.org Git - features.git/blobdiff - src/frontends/LyXView.h
* Transfer Intl member from LyXView to BufferView.
[features.git] / src / frontends / LyXView.h
index 0ef9ee778fdae489944058a2f75c2ac5210c32e6..b353571f03c4c16d7385373bedab188068fd60ac 100644 (file)
@@ -23,7 +23,6 @@
 
 class Buffer;
 class InsetBase;
-class Intl;
 class Menubar;
 
 class BufferView;
@@ -107,11 +106,6 @@ public:
        ///
        Dialogs const & getDialogs() const { return *dialogs_.get(); }
 
-       /// get this view's keyboard map handler
-       Intl & getIntl() { return *intl_.get(); }
-       ///
-       Intl const & getIntl() const { return *intl_.get(); }
-
        //@}
 
        /// load a buffer into the current workarea
@@ -195,8 +189,6 @@ private:
 
        /// view's toolbar
        boost::scoped_ptr<Toolbars> toolbars_;
-       /// keyboard mapping object
-       boost::scoped_ptr<Intl> const intl_;
        /// auto-saving of buffers
        boost::scoped_ptr<Timeout> const autosave_timeout_;
        /// our function handler