]> git.lyx.org Git - lyx.git/blobdiff - src/trans_mgr.h
Restore the version number position on the splash screen
[lyx.git] / src / trans_mgr.h
index a9d51712407bb0a09e8b801ca0a916133a1d50e2..b26fa10931ca025370f9403cb01fc4ca0d577a96 100644 (file)
@@ -14,7 +14,6 @@
 #ifndef TRANS_MANAGER_H
 #define TRANS_MANAGER_H
 
-#include "chset.h"
 #include "trans_decl.h"
 
 #include <boost/scoped_ptr.hpp>
@@ -149,11 +148,7 @@ private:
        ///
        static Trans default_;
        ///
-       CharacterSet chset_;
-       ///
        void insert(docstring const &, LyXText *, LCursor & cur);
-       ///
-       void insertVerbatim(docstring const &, LyXText *, LCursor & cur);
 public:
        ///
        TransManager();
@@ -170,8 +165,6 @@ public:
        ///
        void disableKeymap();
        ///
-       bool setCharset(std::string const &);
-       ///
        bool backspace() {
                return trans_fsm_.currentState->backspace();
        }