mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
Update Android port
* java/org/gnu/emacs/EmacsDrawRectangle.java (perform): * java/org/gnu/emacs/EmacsSdk7FontDriver.java (Sdk7FontEntity): (hasChar): Clean up dead stores.
This commit is contained in:
parent
866a937540
commit
a5ee9a69ae
2 changed files with 1 additions and 5 deletions
|
|
@ -72,7 +72,6 @@ public final class EmacsDrawRectangle
|
|||
+ clipBitmap.getWidth ()),
|
||||
(gc.clip_y_origin
|
||||
+ clipBitmap.getHeight ()));
|
||||
clipBitmap = gc.clip_mask.bitmap;
|
||||
|
||||
if (!maskRect.setIntersect (dstRect, maskRect))
|
||||
/* There is no intersection between the clip mask and the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue