From c40db19515e082072fc78b53f9fa43379b4ad1e9 Mon Sep 17 00:00:00 2001
From: icenine451 <benjamin.r.shelton@protonmail.com>
Date: Thu, 5 Jan 2023 09:25:25 -0500
Subject: [PATCH] Remove unneeded code

---
 retrodeck.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/retrodeck.sh b/retrodeck.sh
index e3dc60f6..7d45819b 100644
--- a/retrodeck.sh
+++ b/retrodeck.sh
@@ -83,11 +83,6 @@ else
   finit             # Executing First/Force init
 fi
 
-# Check if SD card path has changed from SteamOS update
-if [[ ! -d $sd_card && "$(ls -A /run/media/deck/)" ]]; then
-  configurator_generic_dialog "The ROMs folder was not found in the expected location.\nThis may happen when SteamOS is updated.\n\nPlease browse to the current location of the "
-fi
-
 # Normal Startup
 
 start_retrodeck
\ No newline at end of file