diff --git a/src/main.rs b/src/main.rs index 55120e4..f05e70b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -107,8 +107,6 @@ async fn get_location_name(lat: f64, lon: f64) -> Option { fn get_localized_message( lang: &str, all: &TungMessage, - lon: f64, - lat: f64, distance_km: f64, detector_details: &[String], detector_fetch: bool, @@ -396,8 +394,6 @@ async fn main() { let (message, title) = get_localized_message( &lang, &all, - lon, - lat, distance_km, &detector_details, args.detector_fetch,