Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12c62e11 authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am 0739ebcb: am f8a504fc: am 1a51a136: am 4ee9b23a: Merge "Delete dead code" into mnc-dev

* commit '0739ebcb':
  Delete dead code
parents 8ca082c7 0739ebcb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -206,7 +206,6 @@ public abstract class Layout {

        mText = text;
        mPaint = paint;
        mWorkPaint = new TextPaint();
        mWidth = width;
        mAlignment = align;
        mSpacingMult = spacingMult;
@@ -1993,7 +1992,6 @@ public abstract class Layout {

    private CharSequence mText;
    private TextPaint mPaint;
    /* package */ TextPaint mWorkPaint;
    private int mWidth;
    private Alignment mAlignment = Alignment.ALIGN_NORMAL;
    private float mSpacingMult;