Skip to content

Commit

Permalink
Update steamtinkerlaunch
Browse files Browse the repository at this point in the history
Remove some unnecessary code  introduced in the PR
  • Loading branch information
zany130 committed Sep 22, 2024
1 parent 6b6f8b6 commit 37a747b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 37a747b

Please sign in to comment.