X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_pos.C;h=b4d53521dbc943bb5bff9f84f5e1db93fd5107ec;hb=c649284611c4198c9d70be8a16d153cdf1ec0700;hp=4c36ba1a0c9e2bc588dd665442b34f00703c3c69;hpb=7ea7dabed1b72cc25dcbdc482ac006f2b61dacfd;p=lyx.git diff --git a/src/mathed/math_pos.C b/src/mathed/math_pos.C index 4c36ba1a0c..b4d53521db 100644 --- a/src/mathed/math_pos.C +++ b/src/mathed/math_pos.C @@ -92,5 +92,3 @@ bool operator<(MathCursorPos const & p, MathCursorPos const & q) return p.idx_ < q.idx_; return p.pos_ < q.pos_; } - -