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