From 978e0adc92624ee31a92b85a85ac9e6367dd5569 Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 30 Jan 2021 15:00:20 -0500 Subject: [PATCH] Remove unused variable --- lug-helper.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 4e4f142..5b13cb6 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -63,7 +63,6 @@ fi wine_conf="winedir.conf" game_conf="gamedir.conf" -backup_conf="backupdir.conf" # Use XDG base directories if defined conf_dir="${XDG_CONFIG_HOME:-$HOME/.config}"