]> git.lyx.org Git - lyx.git/blobdiff - src/lyxcursor.C
the spellcheck cleanup
[lyx.git] / src / lyxcursor.C
index c49d23f8ffd03308a8706c7b14bf60dfa205ec58..3caa2ead36d9370e91bdd64bdf2043c2182e6a7c 100644 (file)
@@ -17,7 +17,7 @@
 
 
 LyXCursor::LyXCursor()
-       : par_(-1), pos_(0), boundary_(false), x_(0), x_fix_(0), y_(0)
+       : par_(-1), pos_(0), boundary_(false), x_(0), y_(0)
 {}
 
 
@@ -62,24 +62,13 @@ void LyXCursor::x(int n)
        x_ = n;
 }
 
+
 int LyXCursor::x() const
 {
        return x_;
 }
 
 
-void LyXCursor::x_fix(int i)
-{
-       x_fix_ = i;
-}
-
-
-int LyXCursor::x_fix() const
-{
-       return x_fix_;
-}
-
-
 void LyXCursor::y(int i)
 {
        y_ = i;