diff options
author | Leonard Kugis <leonard@kug.is> | 2023-12-26 03:15:50 +0100 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2023-12-26 03:15:50 +0100 |
commit | f7e235848796909f52dbfaea1bc83dbb3e4808e0 (patch) | |
tree | 814c06fd1d8f97cbd6b4b1912988dc292105298b /app/src/main/res/values | |
parent | bac5bd2e45cb41effa8e71cb86fabcd5283b17cb (diff) |
Removed joystick code
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f144186..4a8cef3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -85,7 +85,6 @@ <string name="location_altitude">Altitude [m]</string> <string name="location_speed">Speed [km/h]</string> <string name="location_jitter">Jitter [m]</string> - <string name="location_joystick">Enable joystick</string> <string name="location_use_real_location" weblate_ctx="location-1">Use my real location</string> <string name="location_use_random_location" weblate_ctx="location-1">Use a random plausible location</string> <string name="location_use_specific_location" weblate_ctx="location-1">Use a specific location</string> |