X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fcursor.h;h=e99a8a06bd4e16ba32c5e91988ea2e5cdae4e1d5;hb=005545f28100fd30afa22313d6e3b1b67aa9a857;hp=16ae747aa568469ceff203278ab2bf5eaa548064;hpb=2bdaf96dfbcb95931a21ca7377f3dc24e3f5ea8d;p=lyx.git diff --git a/src/cursor.h b/src/cursor.h index 16ae747aa5..e99a8a06bd 100644 --- a/src/cursor.h +++ b/src/cursor.h @@ -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; ///