]> git.lyx.org Git - lyx.git/blobdiff - src/cursor.h
Remove cached var from RenderPreview. Changes elsewhere to suit.
[lyx.git] / src / cursor.h
index 16ae747aa568469ceff203278ab2bf5eaa548064..e99a8a06bd4e16ba32c5e91988ea2e5cdae4e1d5 100644 (file)
@@ -81,24 +81,7 @@ public:
        /// access start of selection
        DocIterator selectionEnd() const;
        ///
-       std::string grabSelection();
-       ///
-       void eraseSelection();
-       ///
-       std::string grabAndEraseSelection();
-       // other selection methods
-       ///
-       void selCopy();
-       ///
-       void selCut();
-       ///
-       void selDel();
-       /// pastes n-th element of cut buffer
-       void selPaste(size_t n);
-       ///
        void selHandle(bool selecting);
-       /// clears or deletes selection depending on lyxrc setting
-       void selClearOrDel();
        //
        std::string selectionAsString(bool label) const;
        ///