diff options
Diffstat (limited to 'src/com/android/settings/bluetooth/OppProfile.java')
-rwxr-xr-x[-rw-r--r--] | src/com/android/settings/bluetooth/OppProfile.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/settings/bluetooth/OppProfile.java b/src/com/android/settings/bluetooth/OppProfile.java index 86ed0dc..7ee2ad1 100644..100755 --- a/src/com/android/settings/bluetooth/OppProfile.java +++ b/src/com/android/settings/bluetooth/OppProfile.java @@ -63,10 +63,6 @@ final class OppProfile implements LocalBluetoothProfile { public void setPreferred(BluetoothDevice device, boolean preferred) { } - public void setUnbonded(BluetoothDevice device) { - // Settings app doesn't handle OPP - } - public boolean isProfileReady() { return true; } |