X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Frowpainter.h;h=59dfe2cc0030174ce302370075cd2f2869fea5d1;hb=105e0dfe2910e0bbd13857dabff84bfadda156c4;hp=76ac59116e513f19097c3fbecb388071312b77e7;hpb=f614d46ca1f286c2afcbb7688f32b2a40037a885;p=lyx.git diff --git a/src/rowpainter.h b/src/rowpainter.h index 76ac59116e..59dfe2cc00 100644 --- a/src/rowpainter.h +++ b/src/rowpainter.h @@ -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