Remove duplicate initialization from bad merge.

Change-Id: I8059074202d0c8838a13f99095c2e8c2ff0b15e7
This commit is contained in:
Tim Kilbourn
2015-09-17 14:05:37 -07:00
parent a85e6a445c
commit d1ed82b902

View File

@@ -1345,7 +1345,6 @@ public class PhoneWindowManager implements WindowManagerPolicy {
mDreamManagerInternal = LocalServices.getService(DreamManagerInternal.class);
mPowerManagerInternal = LocalServices.getService(PowerManagerInternal.class);
mAppOpsManager = (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE);
mPowerManagerInternal = LocalServices.getService(PowerManagerInternal.class);
// Init display burn-in protection
boolean burnInProtectionEnabled = context.getResources().getBoolean(