X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView.h;h=5bad57ca0ece1d8d88c4017fe9ffd516cb99dc07;hb=cd4ae51f7787046e8852abc4b339b5191c6adc16;hp=2478e609349857d2ae1ce47c28f8c8891caff053;hpb=90cfe4ec3b4ff22ef798a63e98ca70d0d33a1656;p=lyx.git diff --git a/src/BufferView.h b/src/BufferView.h index 2478e60934..5bad57ca0e 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -146,11 +146,6 @@ public: int horizScrollOffset(Text const * text, pit_type pit, pos_type pos) const; - // Returns true if the row of text starting at (pit, pos) was scrolled - // at the last draw event. - bool hadHorizScrollOffset(Text const * text, - pit_type pit, pos_type pos) const; - /// reset the scrollbar to reflect current view position. void updateScrollbar(); /// return the Scrollbar Parameters.