; Delete obsolete commentary

* java/org/gnu/emacs/EmacsDrawLine.java (perform): Delete
obsolete commentary.
This commit is contained in:
Po Lu 2024-04-29 09:21:02 +08:00
parent 8cd9ca2236
commit ee2e0031d8

View file

@ -143,12 +143,6 @@ else if (dy == 0f)
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)