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