]> git.lyx.org Git - lyx.git/blobdiff - src/textcursor.h
the spellcheck cleanup
[lyx.git] / src / textcursor.h
index 1f0dadbaf1ed606cf244ddbb505065a15631be19..3081551df5920b5c6dcaf2f5b6f8ba34eaef0118 100644 (file)
@@ -17,8 +17,6 @@
 
 #include "lyxcursor.h"
 
-class Buffer;
-
 // Do not even think of forward declaring LyXText/BufferView etc here!
 // If you need Paragraph proper, go to text_func.h
 
@@ -67,8 +65,6 @@ struct TextCursor {
        void setSelection();
        ///
        void clearSelection();
-       ///
-       std::string const selectionAsString(Buffer const & buffer, bool label) const;
 
        // actual cursor position
        LyXCursor cursor;