]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.cpp
Remove the bogus fixme.
[lyx.git] / src / Cursor.cpp
index 38c045b9179f4e000ac77cc31c33878defc72e41..00963af21d2385883dc0568144c8a327062cb9a9 100644 (file)
@@ -1668,7 +1668,7 @@ bool Cursor::upDownInMath(bool up)
        int yo = 0;
        getPos(xo, yo);
        xo = beforeDispatchPosX_;
-       
+
        // check if we had something else in mind, if not, this is the future
        // target
        if (x_target_ == -1)