]> git.eshelyaron.com Git - emacs.git/commitdiff
; Delete obsolete commentary
authorPo Lu <luangruo@yahoo.com>
Mon, 29 Apr 2024 01:21:02 +0000 (09:21 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 29 Apr 2024 19:47:58 +0000 (21:47 +0200)
* java/org/gnu/emacs/EmacsDrawLine.java (perform): Delete
obsolete commentary.

(cherry picked from commit ee2e0031d8cc32bb7837ea97ce07ef3b25463223)

java/org/gnu/emacs/EmacsDrawLine.java

index a49fe96c26ef0e01372daf8e7445b8e5eb202b1a..c3399b4a75e5a69352654733df4969c9c51fb600 100644 (file)
@@ -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)