]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetWrap.cpp
XHTML/DocBook: merge code duplicates for vertical alignment.
[features.git] / src / insets / InsetWrap.cpp
index c862b175f7c9f08dbfb33439934597d085b2899f..8987405cb8157c39cd0c4294fc705ac3b90ce5fc 100644 (file)
@@ -47,10 +47,6 @@ InsetWrap::InsetWrap(Buffer * buf, string const & type)
        : InsetCaptionable(buf)
 {
        setCaptionType(type);
-       params_.lines = 0;
-       params_.placement = "o";
-       params_.overhang = Length(0, Length::PCW);
-       params_.width = Length(50, Length::PCW);
 }