]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewline.h
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / insets / InsetNewline.h
index 2dc9c553ed70930e03c8d9fbefb1fc4a267d1446..e0a13f38d415172d62f489973b5f5d9732058ece 100644 (file)
@@ -44,15 +44,13 @@ public:
        ///
        InsetNewline();
        ///
-       InsetNewline(InsetNewlineParams par) : Inset(0)
+       explicit InsetNewline(InsetNewlineParams par) : Inset(0)
        { params_.kind = par.kind; }
        ///
        static void string2params(std::string const &, InsetNewlineParams &);
        ///
        static std::string params2string(InsetNewlineParams const &);
 private:
-       ///
-       InsetNewlineParams params() const { return params_; }
        ///
        InsetCode lyxCode() const { return NEWLINE_CODE; }
        ///