]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.C
* lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
[lyx.git] / src / paragraph_pimpl.C
index ab6c0080d7c17c645a4a50cd7bd9a448fee179e0..b681d577c5aeb51fbfce2b5d540e904ca22ef77c 100644 (file)
@@ -736,8 +736,6 @@ void Paragraph::Pimpl::validate(LaTeXFeatures & features,
        BufferParams const & bparams = features.bufferParams();
 
        // check the params.
-       if (params.lineTop() || params.lineBottom())
-               features.require("lyxline");
        if (!params.spacing().isDefault())
                features.require("setspace");