Merge "Remove IMS Emergency Calling Availability API"
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java
index 5183883..c55ce17 100755
--- a/src/com/android/phone/PhoneInterfaceManager.java
+++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -2679,14 +2679,6 @@
     }
 
     /**
-     * @return true if emergency calling is available on IMS, false if it should fallback to CS.
-     */
-    public boolean isEmergencyMmTelAvailable(int slotId) {
-        enforceModifyPermission();
-        return PhoneFactory.getImsResolver().isEmergencyMmTelAvailable(slotId);
-    }
-
-    /**
      * @return true if the IMS resolver is busy resolving a binding and should not be considered
      * available, false if the IMS resolver is idle.
      */