]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
Cleanup bruteFind.
[lyx.git] / src / Cursor.h
index de2405692a9f70065dcadcaf04ef3ed50e1dd2b1..acec12772fcc0dd8b8ef40c4fdccc4bff07efcf0 100644 (file)
@@ -101,11 +101,6 @@ protected:
        bool mark_;
        /// are we in word-selection mode? This is set when double clicking.
        bool word_selection_;
-       /// If true, we are behind the previous char, otherwise we are in front
-       // of the next char. This only make a difference when we are in front
-       // of a big inset spanning a whole row and computing coordinates for
-       // displaying the cursor.
-       bool logicalpos_;
 
 // FIXME: make them protected.
 public: