commit | 23d9ed758fbe78e4afd4067e6845bcaf3387bca7 | [log] [tgz] |
---|---|---|
author | Sailesh Nepal <sail@google.com> | Thu Jul 03 09:40:26 2014 -0700 |
committer | Sailesh Nepal <sail@google.com> | Thu Jul 03 09:40:26 2014 -0700 |
tree | 28d48751fec03c28a9c8d3c36f5fd8c939d3397a | |
parent | 194161ed3aef6bdeeecd6153403269bbd01314a5 [diff] [blame] |
Remove Call from telephony.common This API is no longer used. Change-Id: I979480633f4a9eb649585968e984eaad1e57973d
diff --git a/src/com/android/phone/CallController.java b/src/com/android/phone/CallController.java index 0b9482d..c517343 100644 --- a/src/com/android/phone/CallController.java +++ b/src/com/android/phone/CallController.java
@@ -141,7 +141,8 @@ // Reset the mThreeWayCallOrigStateDialing state mApp.cdmaPhoneCallState.setThreeWayCallOrigState(false); - mApp.getCallModeler().setCdmaOutgoing3WayCall(null); + // TODO(sail): Remove this code. + //mApp.getCallModeler().setCdmaOutgoing3WayCall(null); } break;