mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Trim redundancies from EmacsTileObject
* java/org/gnu/emacs/EmacsTileObject.java (EmacsTileObject) <colorFilter>: Delete unused field. <paint>: Qualify as `static'.
This commit is contained in:
parent
50c4feb132
commit
253b1d6ee8
1 changed files with 1 additions and 4 deletions
|
|
@ -33,9 +33,6 @@ import android.graphics.Shader.TileMode;
|
||||||
|
|
||||||
public final class EmacsTileObject
|
public final class EmacsTileObject
|
||||||
{
|
{
|
||||||
/* Color filter object set by EmacsGC. */
|
|
||||||
private ColorFilter colorFilter;
|
|
||||||
|
|
||||||
/* Bitmap object set by EmacsGC. */
|
/* Bitmap object set by EmacsGC. */
|
||||||
private Bitmap bitmap;
|
private Bitmap bitmap;
|
||||||
|
|
||||||
|
|
@ -46,7 +43,7 @@ public final class EmacsTileObject
|
||||||
private Rect boundsRect;
|
private Rect boundsRect;
|
||||||
|
|
||||||
/* Paint providing graphics properties for drawBitmap. */
|
/* Paint providing graphics properties for drawBitmap. */
|
||||||
private Paint paint;
|
private final Paint paint;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue