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

Commit 3ba6626a authored by Oliver Scott's avatar Oliver Scott Committed by Bruno Martins
Browse files

Remove unused function disableComponentsForMissingFeatures

Change-Id: Ib4b3099f37ed089809ba5d06dec235512bfe10e3
parent ddd0c8d7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -62,7 +62,6 @@ public class SetupWizardApp extends Application {
        if (LOGV) {
            Log.v(TAG, "onCreate()");
        }
        SetupWizardUtils.disableComponentsForMissingFeatures(this);
        sStatusBarManager = SetupWizardUtils.disableStatusBar(this);
        mHandler.postDelayed(mRadioTimeoutRunnable, SetupWizardApp.RADIO_READY_TIMEOUT);
        if (SetupWizardUtils.hasGMS(this)) {
+0 −4
Original line number Diff line number Diff line
@@ -231,10 +231,6 @@ public class SetupWizardUtils {
        };
    }

    public static void disableComponentsForMissingFeatures(Context context) {

    }

    /**
     * Disable the Home component, which is presumably SetupWizardActivity at this time.
     */