Skip to content

Commit 9444f1d

Browse files
committed
splashscreen - remove unused is_fkms function
1 parent 2db3e3a commit 9444f1d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scriptmodules/supplementary/splashscreen/asplashscreen.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ CMD_OPTS=""
1010
# Load user settings
1111
. /opt/retropie/configs/all/splashscreen.cfg
1212

13-
is_fkms() {
14-
if grep -q okay /proc/device-tree/soc/v3d@7ec00000/status 2> /dev/null || grep -q okay /proc/device-tree/soc/firmwarekms@7e600000/status 2> /dev/null ; then
15-
return 0
16-
else
17-
return 1
18-
fi
19-
}
20-
2113
do_start () {
2214
local config="/etc/splashscreen.list"
2315
local line

0 commit comments

Comments
 (0)