]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
Add FIXME
[lyx.git] / src / rowpainter.h
index 76ac59116e513f19097c3fbecb388071312b77e7..59dfe2cc0030174ce302370075cd2f2869fea5d1 100644 (file)
@@ -69,7 +69,7 @@ private:
        int leftMargin() const;
 
        /// return the label font for this row
-       FontInfo const getLabelFont() const;
+       FontInfo labelFont() const;
 
        /// contains painting related information.
        PainterInfo & pi_;
@@ -100,9 +100,6 @@ private:
        int const yo_;    // current baseline
        double x_;
        int width_;
-
-       // -1 if the inline completion is not in this paragraph.
-       pos_type inlineCompletionVPos_;
 };
 
 } // namespace lyx