]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewline.h
Handle \protect'ion of label in listings
[lyx.git] / src / insets / InsetNewline.h
index a2848a1e31efdb40b700b300001bf0db322d923f..2dc9c553ed70930e03c8d9fbefb1fc4a267d1446 100644 (file)
@@ -47,8 +47,6 @@ public:
        InsetNewline(InsetNewlineParams par) : Inset(0)
        { params_.kind = par.kind; }
        ///
-       DisplayType display() const { return BreakAfter | NoBoundary; }
-       ///
        static void string2params(std::string const &, InsetNewlineParams &);
        ///
        static std::string params2string(InsetNewlineParams const &);