]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
Revert 23154.
[lyx.git] / src / rowpainter.h
index 14fe013ebb575817307064809a2185c938a4d73d..542573e1b2f0410d97265fb90327de6c6aef518a 100644 (file)
@@ -31,7 +31,6 @@ class ParagraphMetrics;
 class Row;
 class Text;
 class TextMetrics;
-class ViewMetricsInfo;
 
 namespace frontend { class Painter; }
 
@@ -64,8 +63,8 @@ private:
        int paintAppendixStart(int y);
        void paintFromPos(pos_type & vpos);
        void paintInset(Inset const * inset, pos_type const pos);
-       void paintHfill(pos_type const pos, pos_type const body_pos);
-
+       void paintInlineCompletion(Font const & font);
+       
        /// return left margin
        int leftMargin() const;