From 54b0ca553f891acbfd44ec1f659663f618df4e80 Mon Sep 17 00:00:00 2001 From: Niklas Enbom Date: Tue, 9 Jun 2015 16:21:24 -0700 Subject: [PATCH] Revert "Landing https://webrtc-codereview.appspot.com/53669004/" This reverts commit 2aef19cbde01cb975eb3d6100610d31bbbae9258. BUG= TBR=cpaulin@chromium.org Review URL: https://codereview.webrtc.org/1168313003. Cr-Commit-Position: refs/heads/master@{#9404} --- talk/examples/android/res/values/strings.xml | 5 ----- talk/examples/android/res/xml/preferences.xml | 6 ------ .../src/org/appspot/apprtc/CallActivity.java | 3 --- .../org/appspot/apprtc/ConnectActivity.java | 9 -------- .../appspot/apprtc/PeerConnectionClient.java | 21 ++----------------- .../org/appspot/apprtc/SettingsActivity.java | 4 ---- 6 files changed, 2 insertions(+), 46 deletions(-) diff --git a/talk/examples/android/res/values/strings.xml b/talk/examples/android/res/values/strings.xml index 4f2f3777e..428b0eb8b 100644 --- a/talk/examples/android/res/values/strings.xml +++ b/talk/examples/android/res/values/strings.xml @@ -87,11 +87,6 @@ Select default audio codec. OPUS - audioprocessing_preference - Disable audio processing. - Disable audio processing pipeline. - false - misc_settings_key Miscellaneous settings. diff --git a/talk/examples/android/res/xml/preferences.xml b/talk/examples/android/res/xml/preferences.xml index 73d8d5e25..ad0affb47 100644 --- a/talk/examples/android/res/xml/preferences.xml +++ b/talk/examples/android/res/xml/preferences.xml @@ -82,12 +82,6 @@ android:dialogTitle="@string/pref_audiocodec_dlg" android:entries="@array/audioCodecs" android:entryValues="@array/audioCodecs" /> - -