diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2012-08-20 17:02:39 -0700 |
---|---|---|
committer | Jean-Michel Trivi <jmtrivi@google.com> | 2012-08-20 17:02:39 -0700 |
commit | 00d1d688bd1a21aa46de00830f62b0e3ae23ec4d (patch) | |
tree | 5a700e871e5dfae94bac453d59d552eb1d21547d /include | |
parent | c94dccc97cc3ed5171b45f46a0f7f8762d37156f (diff) | |
download | hardware_libhardware_legacy-00d1d688bd1a21aa46de00830f62b0e3ae23ec4d.zip hardware_libhardware_legacy-00d1d688bd1a21aa46de00830f62b0e3ae23ec4d.tar.gz hardware_libhardware_legacy-00d1d688bd1a21aa46de00830f62b0e3ae23ec4d.tar.bz2 |
Remove unused member variables in AudioPolicyManagerBase
The fields for the lists of input and output IOProfile are
not used in the AudioPolicyManagerBase class. Those are
actually stored inside each HwModule instance.
Change-Id: Iebb9fa5b7599a74013fd785a87de692890a89758
Diffstat (limited to 'include')
-rw-r--r-- | include/hardware_legacy/AudioPolicyManagerBase.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hardware_legacy/AudioPolicyManagerBase.h b/include/hardware_legacy/AudioPolicyManagerBase.h index dab8b85..0f75d7a 100644 --- a/include/hardware_legacy/AudioPolicyManagerBase.h +++ b/include/hardware_legacy/AudioPolicyManagerBase.h @@ -534,8 +534,6 @@ protected: // (must be in mAttachedOutputDevices) Vector <HwModule *> mHwModules; - Vector <IOProfile *> mOutputProfiles; // output profiles loaded from audio_policy.conf - Vector <IOProfile *> mInputProfiles; // input profiles loaded from audio_policy.conf #ifdef AUDIO_POLICY_TEST Mutex mLock; |