]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
Remove the XOpenIM test as lyxlookup.C has been buried.
[lyx.git] / src / paragraph_pimpl.h
index 37bb7ebd48fdc26ff567c76bd6fb9efcf12f195a..35ad384f1a7d5ffff822d1cae8f3f08507e52f4f 100644 (file)
@@ -57,7 +57,7 @@ struct Paragraph::Pimpl {
                                  BufferParams const & bparams) const;
        ///
        Inset * inset_owner;
-       
+
        /** A font entry covers a range of positions. Notice that the
            entries in the list are inserted in random order.
            I don't think it's worth the effort to implement a more effective
@@ -145,8 +145,7 @@ struct Paragraph::Pimpl {
        static unsigned int paragraph_id;
        ///
        ParagraphParameters params;
-       ///
-       Counters ctrs;
+
 private:
        /// match a string against a particular point in the paragraph
        bool isTextAt(string const & str, lyx::pos_type pos) const;