From: yu.dongliang <18588496441@163.com> Date: Tue, 31 Oct 2023 08:02:48 +0000 (+0800) Subject: __ses_xchg_cx() X-Git-Url: http://baseworks.info/?a=commitdiff_plain;h=8d676cbdde2d519a504f0946e447fd09d4a553f1;p=ses.git __ses_xchg_cx() --- diff --git a/ses_layout.c b/ses_layout.c index e11c96e..4d22bd8 100644 --- a/ses_layout.c +++ b/ses_layout.c @@ -935,9 +935,6 @@ static void __ses_xchg_cx(ScfEfunction* f, int d) y3 = p->y; } - if (y3 - y2 <= d) - continue; - if ((y0 <= y2 && y3 < y1) || (y0 < y2 && y3 <= y1)) { if ((c0->x < 0 && c0->x > c1->x) || (c0->x > 0 && c0->x < c1->x))