From 098300be1e09aaaa70e1a2330e44496a06b20eac Mon Sep 17 00:00:00 2001 From: icenine451 Date: Mon, 29 Apr 2024 11:56:44 -0400 Subject: [PATCH] Remove redundant controller profile cleanup --- retrodeck.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/retrodeck.sh b/retrodeck.sh index d9bfc95c..52cd7697 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -183,12 +183,6 @@ if [[ $update_check == "true" ]]; then log i "You're running the latest version" fi -# THIS IS A ONE-OFF FORCED REFRESH OF RETRODECK CONTROLLER PROFILES IN A 0.7.6b VERSION REFRESH - REMOVE BEFORE NEXT VERSION RELEASE -if [[ -f "$HOME/.steam/steam/controller_base/templates/RetroDECK_controller_config.vdf" ]]; then # If RetroDECK controller profile has been previously installed - install_retrodeck_controller_profile -fi -# REMOVE BEFORE NEXT VERSION RELEASE - # Normal Startup if [[ $steam_sync == "true" ]]; then