diff options
author | ByteHamster <info@bytehamster.com> | 2021-07-29 21:37:34 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-07-29 22:41:25 +0200 |
commit | 4e185f2895d773ae3a966597ab8cc65e4d1c576d (patch) | |
tree | 28fa69b8c3fa974dee878d854da214e47019e7a9 /core/src/main/res/values | |
parent | bc59d50804328f3c5a293079a33576ff260022ea (diff) | |
download | AntennaPod-4e185f2895d773ae3a966597ab8cc65e4d1c576d.zip |
Removed left/right volume controls
The setting does not work in our default player anyway and just
clutters the interface with yet another setting that nobody uses.
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 9523ff5f2..0f4b78de7 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -777,9 +777,6 @@ <!-- Audio controls --> <string name="audio_controls">Audio controls</string> <string name="playback_speed">Playback Speed</string> - <string name="volume">Volume</string> - <string name="left_short">L</string> - <string name="right_short">R</string> <string name="audio_effects">Audio Effects</string> <string name="stereo_to_mono">Downmix: Stereo to mono</string> <string name="sonic_only">Sonic only</string> |