]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphMetrics.h
Remove obsolete (and false) comment.
[lyx.git] / src / ParagraphMetrics.h
index d8935cc75343119b5ee21182693ed45e95704f98..63ed0f3cdf689bc6aecf3459c6430b065c228f2c 100644 (file)
@@ -61,7 +61,7 @@ public:
        ///
        size_t pos2row(pos_type pos) const;
 
-       /// BufferView::redoParagraph updates this
+       /// TextMetrics::redoParagraph updates this
        Dimension const & dim() const { return dim_; }
        Dimension & dim() { return dim_; }
        /// total height of paragraph
@@ -85,9 +85,6 @@ public:
        ///
        bool hfillExpansion(Row const & row, pos_type pos) const;
 
-       /// 
-       size_t computeRowSignature(Row const &, BufferParams const & bparams) const;
-
        ///
        int position() const { return position_; }
        void setPosition(int position);