]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
FindAdv: Amend b21c8b21: Expand the list for handled latin characters
[lyx.git] / src / BufferView.h
index 2478e609349857d2ae1ce47c28f8c8891caff053..5bad57ca0ece1d8d88c4017fe9ffd516cb99dc07 100644 (file)
@@ -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.