]> git.lyx.org Git - lyx.git/blobdiff - src/textcursor.h
ws changes only
[lyx.git] / src / textcursor.h
index 739ca0da2b46eeaf69fa047236c2c85a7efa7df3..3081551df5920b5c6dcaf2f5b6f8ba34eaef0118 100644 (file)
  * Full author contact details are available in file CREDITS.
  */
 
-#include "lyxcursor.h"
-
 #ifndef TEXTCURSOR_H
 #define TEXTCURSOR_H
 
+#include "lyxcursor.h"
+
 // Do not even think of forward declaring LyXText/BufferView etc here!
 // If you need Paragraph proper, go to text_func.h
 
@@ -65,8 +65,6 @@ struct TextCursor {
        void setSelection();
        ///
        void clearSelection();
-       ///
-       string const selectionAsString(Buffer const & buffer, bool label) const;
 
        // actual cursor position
        LyXCursor cursor;