; Delete obsolete commentary
* java/org/gnu/emacs/EmacsDrawLine.java (perform): Delete obsolete commentary.
This commit is contained in:
parent
8cd9ca2236
commit
ee2e0031d8
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue