sm6375-common: power-libperfmgr: remove Google-specific VR and camera hints

Change-Id: Iac0e65a16f660583d3400a35622113d35d8d1d27
This commit is contained in:
Jesse Chan 2024-07-18 20:16:00 +05:30 committed by Anand S
commit 250e9ff625
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
2 changed files with 7 additions and 61 deletions

View file

@ -49,7 +49,6 @@ class Power : public ::aidl::android::hardware::power::BnPower {
private:
std::shared_ptr<HintManager> mHintManager;
std::unique_ptr<InteractionHandler> mInteractionHandler;
std::atomic<bool> mVRModeOn;
std::atomic<bool> mSustainedPerfModeOn;
};