]> git.lyx.org Git - lyx.git/blobdiff - src/Trans.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / Trans.h
index 92cad9b0dcde38272effea467e4f1a80f4d4aafd..a3eb93c2c1cfb4c135628f302cf42bb060816c13 100644 (file)
@@ -17,8 +17,6 @@
 #include "lfuns.h"
 #include "support/docstring.h"
 
-#include <boost/scoped_ptr.hpp>
-
 #include <list>
 #include <map>
 
@@ -305,9 +303,9 @@ private:
        ///
        Trans * active_;
        ///
-       boost::scoped_ptr<Trans> t1_;
+       Trans t1_;
        ///
-       boost::scoped_ptr<Trans> t2_;
+       Trans t2_;
        ///
        static Trans default_;
        ///
@@ -316,8 +314,6 @@ public:
        ///
        TransManager();
        ///
-       ~TransManager();
-       ///
        int setPrimary(std::string const &);
        ///
        int setSecondary(std::string const &);