From f038f509d9ce00ddecea65fcbfbc2cf6fd93aa14 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 12 Jul 2026 18:33:38 +0200 Subject: [PATCH] refactor(android): remove unused benchmark coordinate (#105524) --- apps/android/scripts/perf-online-benchmark.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/android/scripts/perf-online-benchmark.sh b/apps/android/scripts/perf-online-benchmark.sh index 159afe840883..8bcef77382b1 100755 --- a/apps/android/scripts/perf-online-benchmark.sh +++ b/apps/android/scripts/perf-online-benchmark.sh @@ -165,7 +165,6 @@ pct_of() { awk -v total="$total" -v pct="$pct" 'BEGIN { printf "%d", total * pct }' } -tab_connect_x="$(pct_of "$display_width" "0.11")" tab_chat_x="$(pct_of "$display_width" "0.31")" tab_screen_x="$(pct_of "$display_width" "0.69")" tab_y="$(pct_of "$display_height" "0.93")"