]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
Revert 23154.
[lyx.git] / src / rowpainter.h
index 854e665084d6d458219f222f72ec18467e3fdf3d..542573e1b2f0410d97265fb90327de6c6aef518a 100644 (file)
@@ -63,7 +63,8 @@ private:
        int paintAppendixStart(int y);
        void paintFromPos(pos_type & vpos);
        void paintInset(Inset const * inset, pos_type const pos);
-
+       void paintInlineCompletion(Font const & font);
+       
        /// return left margin
        int leftMargin() const;
 
@@ -99,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