]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.cpp
Fix text frame drawing.
[lyx.git] / src / insets / Inset.cpp
index 472c00daa2c615bcb64761832a7ae74d4bfe876d..033764b307f055b44b962cf6f0da6fefe664492a 100644 (file)
@@ -123,14 +123,6 @@ Inset::Inset()
 {}
 
 
-std::auto_ptr<Inset> Inset::clone() const
-{
-       std::auto_ptr<Inset> b = doClone();
-       BOOST_ASSERT(typeid(*b) == typeid(*this));
-       return b;
-}
-
-
 Inset::Code Inset::translate(std::string const & name)
 {
        static TranslatorMap const translator = build_translator();