From: Po Lu Date: Mon, 29 Apr 2024 01:21:02 +0000 (+0800) Subject: ; Delete obsolete commentary X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac93d02ffc11f8b5bb28fedee67169805d856c4d;p=emacs.git ; Delete obsolete commentary * java/org/gnu/emacs/EmacsDrawLine.java (perform): Delete obsolete commentary. (cherry picked from commit ee2e0031d8cc32bb7837ea97ce07ef3b25463223) --- diff --git a/java/org/gnu/emacs/EmacsDrawLine.java b/java/org/gnu/emacs/EmacsDrawLine.java index a49fe96c26e..c3399b4a75e 100644 --- a/java/org/gnu/emacs/EmacsDrawLine.java +++ b/java/org/gnu/emacs/EmacsDrawLine.java @@ -143,12 +143,6 @@ public final class EmacsDrawLine if (canvas == null) return; - /* Since drawLine has PostScript style behavior, adjust the - coordinates appropriately. - - The leftmost pixel of a straight line is always partially filled. - Patch it in manually. */ - if (gc.clip_mask == null) { if (gc.line_style != EmacsGC.GC_LINE_ON_OFF_DASH)