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

Commit 83a88b37 authored by Anshul Gupta's avatar Anshul Gupta Committed by toastcfh
Browse files

HDMIService: remove unused variable

Change-Id: Iacd8de7a9395ee3f68e2a5677f254920f2edfc2f
parent 8ab02c76
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -139,7 +139,6 @@ class HDMIService extends IHDMIService.Stub {
        public void onReceive(Context context, Intent intent) {
            String action = intent.getAction();

            String targetDevice = SystemProperties.get("ro.product.device");
            if (action.equals(Intent.ACTION_BOOT_COMPLETED) &&
                    (SystemProperties.getBoolean("ro.hdmi.enable", false))