]> git.lyx.org Git - lyx.git/blobdiff - src/textcursor.h
ws changes only
[lyx.git] / src / textcursor.h
index 5399e0caa23b9c721cf7b177791e29bc6dcd890d..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
 
@@ -30,7 +30,7 @@
        it should not be absolutely needed to move the cursor...
        [even later]
        Nevertheless, it should still be moved, in order to keep classes
-       and interdependencies small. 
+       and interdependencies small.
        */
 
 // The structure that keeps track of the selections set.
@@ -65,8 +65,6 @@ struct TextCursor {
        void setSelection();
        ///
        void clearSelection();
-       ///
-       string const selectionAsString(Buffer const * buffer, bool label) const;
 
        // actual cursor position
        LyXCursor cursor;