From ccdf61d77d87976645e7979fe5040b034a7e3e59 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Sat, 17 Sep 2022 17:03:16 -0400 Subject: [PATCH] Clean up unnecessary vars --- wofi/wofi-wifi-menu.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/wofi/wofi-wifi-menu.sh b/wofi/wofi-wifi-menu.sh index b830f29..0838c4b 100755 --- a/wofi/wofi-wifi-menu.sh +++ b/wofi/wofi-wifi-menu.sh @@ -8,9 +8,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" FIELDS=SSID,SECURITY -POSITION=0 -YOFF=0 -XOFF=0 if [ -r "$DIR/config" ]; then source "$DIR/config"