Removed useless preference

This commit is contained in:
Sylvain Berfini 2013-10-30 11:02:04 +01:00
parent a17d74549b
commit e80e7f156d
2 changed files with 1 additions and 5 deletions

View file

@ -917,7 +917,7 @@ public class LinphoneManager implements LinphoneCoreListener {
Compatibility.setAudioManagerInCallMode(mAudioManager); Compatibility.setAudioManagerInCallMode(mAudioManager);
} }
if (Hacks.needSoftvolume() || LinphonePreferences.instance().shouldUseSoftvolume()) { if (Hacks.needSoftvolume()) {
adjustVolume(0); // Synchronize adjustVolume(0); // Synchronize
} }
} }

View file

@ -99,10 +99,6 @@ public class LinphonePreferences {
public boolean shouldAutomaticallyAcceptFriendsRequests() { public boolean shouldAutomaticallyAcceptFriendsRequests() {
return false; //TODO return false; //TODO
} }
public boolean shouldUseSoftvolume() {
return false; //TODO
}
// End of app settings // End of app settings
// Accounts settings // Accounts settings