From 6578d9c411c6002bfd72d6b7c36b59f39ed96971 Mon Sep 17 00:00:00 2001 From: Eamonn Rea Date: Sun, 9 Jun 2024 05:58:13 +0100 Subject: [PATCH] remove outdated TODOs --- steamtinkerlaunch | 5 ----- 1 file changed, 5 deletions(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index c10886a6..34ac6b95 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -7876,7 +7876,6 @@ function listSteamGames { fi } -# TODO do we want a way to specify that this function should only return Steam or Non-Steam AppIDs? function getIDFromTitle { SEARCHSTEAMSHORTCUTS="${2:-0}" # Default to not searching Steam shortcuts if [ -z "$1" ]; then @@ -9820,7 +9819,6 @@ function installReshadeForSpecialK { # Very similar logic used for installReshade if [ "$(getArch "$CHARCH")" == "32" ]; then # Remove any existing ReShade DLLs so they can be replaced with SpecialK ones - # TODO check if INI needs renamed someway removeReShadeInstallation "1" # Remove any existing ReShade installation #32bit @@ -12389,7 +12387,6 @@ function OneTimeRunGui { OTPROTON="$USEPROTON" fi - # TODO GUI looks weird because of uneven number of checkboxes, but this will be fixed once we add a checkbox for Steam Linux Runtime as well OTCMDS="$("$YAD" --f1-action="$F1ACTION" --image "$SHOWPIC" --image-on-top --window-icon="$STLICON" --form --center --on-top "$WINDECO" \ --title="$TITLE" --separator="|" \ --columns="2" \ @@ -15531,7 +15528,6 @@ function prepareHMMGames { } function startHMM { - # TODO HMM button on UI somewhere in future? Not sure HMMDLVERARG="$1" HMMDOTNETFORCE="$2" @@ -22916,7 +22912,6 @@ function commandline { fi if [ -z "$3" ]; then - # TODO ensure this new path does not break 'commandlineGetSteamGridDBArtwork' usage in any way! ## Show GUI if only 3rd argument given (assume is AppID), i.e if user just entered "steamtinkerlaunch sgdb " getSteamGridDBArtworkGUI "$2" else