diff --git a/audiogame-manager.sh b/audiogame-manager.sh index e7e539c..5cbc8b6 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -195,16 +195,6 @@ checklist() { else errorList+=("Warning: unix2dos is not installed. Some games need a configuration file in dos format before they will run.") fi - if [[ -d /usr/share/wine/gecko/ ]]; then - echo "Found wine gecko." - else - errorList+=("Warning: Wine gecko not found, some games may not work.") - fi - if [[ -d /usr/share/wine/mono/ ]]; then - echo "Found wine mono." - else - errorList+=("Warning: Wine mono not found, some games may not work.") - fi if command -v xclip &> /dev/null ; then echo "Xclip is installed." else