From a06cf9a71a2b056838b0ac2072583656d22be3a3 Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Thu, 1 Aug 2024 22:38:49 +1000 Subject: [PATCH] Removed unused variable. --- WinAppsLauncher.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/WinAppsLauncher.sh b/WinAppsLauncher.sh index 967a452..b1d56e4 100755 --- a/WinAppsLauncher.sh +++ b/WinAppsLauncher.sh @@ -178,7 +178,6 @@ function app_select() { local APP_LIST=() local SORTED_APP_LIST=() local SORTED_APP_STRING="" - local FILE_NAMES=() local SELECTED_APP="" # Store the paths of all files within the directory 'WINAPPS_PATH'.