]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
Fix bug #3038: wish for lfuns for zoom-in and zoom-out
[lyx.git] / src / Cursor.h
index 4fc4ef937a8b6fd18dc83f6921740251f1626c67..276bf2e989968e80e33fe5dd240510278da66784 100644 (file)
@@ -198,8 +198,6 @@ public:
        void resetAnchor();
        /// access to owning BufferView
        BufferView & bv() const;
-       /// access to owning Buffer
-       Buffer & buffer() const;
        /// get some interesting description of top position
        void info(odocstream & os) const;
        /// are we in math mode (2), text mode (1) or unsure (0)?