]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
redraw fix 1.
[lyx.git] / src / paragraph_pimpl.h
index c504bc85aa806a0ceb5dda37ce001d2fa1334662..efbbd7046f66952e139a073d85a907a9213e770b 100644 (file)
@@ -151,8 +151,7 @@ struct Paragraph::Pimpl {
        ParagraphParameters params;
 private:
        /// match a string against a particular point in the paragraph
-       bool isTextAt(BufferParams const &,
-                     string const & str, lyx::pos_type pos);
+       bool isTextAt(string const & str, lyx::pos_type pos);
 
        /// Who owns us?
        Paragraph * owner_;