From 37a747b389bc8adb2dac72f6bc24beb96d44beaf Mon Sep 17 00:00:00 2001 From: Andres Date: Sat, 21 Sep 2024 23:33:36 -0400 Subject: [PATCH] Update steamtinkerlaunch Remove some unnecessary code introduced in the PR --- steamtinkerlaunch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index ab34e7c3..81aa45c2 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -7,7 +7,7 @@ PREFIX="/usr" PROGNAME="SteamTinkerLaunch" NICEPROGNAME="Steam Tinker Launch" -PROGVERS="v14.0.20240920-1-genericfy-steamdedeckt" +PROGVERS="v14.0.20240921-2-genericfy-steamdedeckt" PROGCMD="${0##*/}" PROGINTERNALPROTNAME="Proton-stl" SHOSTL="stl" @@ -10613,8 +10613,6 @@ function listScreenRes { function setInitWinXY { DEFRESSHM="$STLSHM/defres.txt" - SCRW="$(getScreenRes w)" - SCRH="$(getScreenRes h)" if [ -f "$DEFRESSHM" ] ; then loadCfg "$DEFRESSHM" X