]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_pos.C
remove unneeded member
[lyx.git] / src / mathed / math_pos.C
index 4c36ba1a0c9e2bc588dd665442b34f00703c3c69..b4d53521dbc943bb5bff9f84f5e1db93fd5107ec 100644 (file)
@@ -92,5 +92,3 @@ bool operator<(MathCursorPos const & p, MathCursorPos const & q)
                return p.idx_ < q.idx_;
        return p.pos_ < q.pos_;
 }
-
-