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

Commit 2bdd2434 authored by Jon Miranda's avatar Jon Miranda
Browse files

Cleaning up unused allAppsIconSize/allAppsIconTextSize variables.

Change-Id: Ifb77458ca0febdf97a806c34e6d1c16f41789d35
parent efefa59f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -104,8 +104,6 @@ public class InvariantDeviceProfile {
    public int iconBitmapSize;
    public int fillResIconDpi;
    public float iconTextSize;
    public float allAppsIconSize;
    public float allAppsIconTextSize;

    private SparseArray<TypedValue> mExtraAttrs;

@@ -146,8 +144,6 @@ public class InvariantDeviceProfile {
        iconTextSize = p.iconTextSize;
        numHotseatIcons = p.numHotseatIcons;
        numAllAppsColumns = p.numAllAppsColumns;
        allAppsIconSize = p.allAppsIconSize;
        allAppsIconTextSize = p.allAppsIconTextSize;
        defaultLayoutId = p.defaultLayoutId;
        demoModeLayoutId = p.demoModeLayoutId;
        mExtraAttrs = p.mExtraAttrs;