Clean up unnecessary vars

This commit is contained in:
John Mertz 2022-09-17 17:03:16 -04:00
parent e5e520572b
commit ccdf61d77d
1 changed files with 0 additions and 3 deletions

View File

@ -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"