]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
* GuiToolbar.cpp:
[lyx.git] / src / rowpainter.h
index e7f21f0be3e267a56bca7b864829a2a8bf307aab..59dfe2cc0030174ce302370075cd2f2869fea5d1 100644 (file)
@@ -63,13 +63,13 @@ private:
        int paintAppendixStart(int y);
        void paintFromPos(pos_type & vpos);
        void paintInset(Inset const * inset, pos_type const pos);
-       void paintInlineCompletion(pos_type & vpos, Font const & font);
+       void paintInlineCompletion(Font const & font);
        
        /// return left margin
        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