X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Frowpainter.h;h=d9feb9a8b95fc170630d717140fe4e441efa3c0e;hb=e7f4618bcce770369cf46335c2c7f0164b4b8857;hp=21983e2f6b7977d610d3c7fce4892e7958277900;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/rowpainter.h b/src/rowpainter.h index 21983e2f6b..d9feb9a8b9 100644 --- a/src/rowpainter.h +++ b/src/rowpainter.h @@ -26,8 +26,7 @@ class ViewMetricsInfo; namespace frontend { class Painter; } /// paint visible paragraph of main text -void paintText(BufferView & bv, ViewMetricsInfo const & vi, - frontend::Painter & painter); +void paintText(BufferView & bv, frontend::Painter & painter); /// paint the rows of a text inset void paintTextInset(LyXText const & text, PainterInfo & pi, int x, int y);