]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.cpp
Fix GRAPHICS_EDIT of InsetGraphics
[lyx.git] / src / insets / InsetTOC.cpp
index 83e5560cc6474821722d0b5e52216ad10d28b124..80abdf91634d65f6e89f4c25020d342f2c1bad8e 100644 (file)
@@ -42,12 +42,6 @@ ParamInfo const & InsetTOC::findInfo(string const & /* cmdName */)
 }
 
 
-Inset * InsetTOC::clone() const
-{
-       return new InsetTOC(*this);
-}
-
-
 docstring InsetTOC::screenLabel() const
 {
        if (getCmdName() == "tableofcontents")