]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.cpp
Cosmetics.
[lyx.git] / src / insets / InsetCaption.cpp
index afdcd8c6e00054a41af5d4083ad94d0bdc6a37fc..4d02187e09f0ccca01c6cffcc3f8b71e12c1ff00 100644 (file)
@@ -47,15 +47,6 @@ using namespace lyx::support;
 namespace lyx {
 
 
-InsetCaption::InsetCaption(InsetCaption const & ic)
-       : InsetText(ic)
-{
-       setAutoBreakRows(true);
-       setDrawFrame(true);
-       setFrameColor(Color_captionframe);
-}
-
-
 InsetCaption::InsetCaption(Buffer const & buf)
        : InsetText(buf)
 {
@@ -315,10 +306,4 @@ void InsetCaption::updateLabels(ParIterator const & it)
 }
 
 
-Inset * InsetCaption::clone() const
-{
-       return new InsetCaption(*this);
-}
-
-
 } // namespace lyx