Remove unused variables.

This commit is contained in:
fewtarius 2022-03-13 16:45:24 -04:00
parent 34b7b95039
commit c4b3e6f862
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -16,9 +16,6 @@ then
mkdir -p "${ROM_DIR}"
fi
ROMNAME=$(basename "${1}")
BIOS=""
if [ ! -e "${ROM_DIR}/${ROM_DIR}/input.cfg" ]
then
GAMEPAD=$(grep -b4 $(readlink ${DEVICE_CONTROLLER_DEV} | sed "s#^.*/##") /proc/bus/input/devices | awk 'BEGIN {FS="\""}; /Name/ {printf $2}')