diff options
| author | Po Lu | 2024-04-29 09:21:02 +0800 |
|---|---|---|
| committer | Po Lu | 2024-04-29 09:21:02 +0800 |
| commit | ee2e0031d8cc32bb7837ea97ce07ef3b25463223 (patch) | |
| tree | 3bc2b625ef67c3912ba800354d116728c430b754 /java | |
| parent | 8cd9ca22362f8646e7717d2a18bcdb86780f423a (diff) | |
| download | emacs-ee2e0031d8cc32bb7837ea97ce07ef3b25463223.tar.gz emacs-ee2e0031d8cc32bb7837ea97ce07ef3b25463223.zip | |
; Delete obsolete commentary
* java/org/gnu/emacs/EmacsDrawLine.java (perform): Delete
obsolete commentary.
Diffstat (limited to 'java')
| -rw-r--r-- | java/org/gnu/emacs/EmacsDrawLine.java | 6 |
1 files changed, 0 insertions, 6 deletions
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 | |||
| 143 | if (canvas == null) | 143 | if (canvas == null) |
| 144 | return; | 144 | return; |
| 145 | 145 | ||
| 146 | /* Since drawLine has PostScript style behavior, adjust the | ||
| 147 | coordinates appropriately. | ||
| 148 | |||
| 149 | The leftmost pixel of a straight line is always partially filled. | ||
| 150 | Patch it in manually. */ | ||
| 151 | |||
| 152 | if (gc.clip_mask == null) | 146 | if (gc.clip_mask == null) |
| 153 | { | 147 | { |
| 154 | if (gc.line_style != EmacsGC.GC_LINE_ON_OFF_DASH) | 148 | if (gc.line_style != EmacsGC.GC_LINE_ON_OFF_DASH) |