From 72215bc6fbbc3241ccb281833b797ef323304a05 Mon Sep 17 00:00:00 2001 From: Brian Tobin Date: Fri, 8 Mar 2024 18:58:50 -0800 Subject: [PATCH] Cleanup --- AngelLoader/Common/GameSupport.cs | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/AngelLoader/Common/GameSupport.cs b/AngelLoader/Common/GameSupport.cs index 49e4cc2e6..0f327d734 100644 --- a/AngelLoader/Common/GameSupport.cs +++ b/AngelLoader/Common/GameSupport.cs @@ -174,19 +174,5 @@ internal static bool GameDirNeedsWriteAccess(GameIndex gameIndex) GameIndex.SS2 => LText.FMsList.FMMenu_OpenInShockEd, _ => "" }; - - //public static bool ConvertsToKnownButNotModSupporting(this Game game, out GameIndex gameIndex) - //{ - // if (GameIsKnownAndSupported(game) && !GameSupportsMods(game)) - // { - // gameIndex = GameToGameIndex(game); - // return true; - // } - // else - // { - // gameIndex = default; - // return true; - // } - //} } // @GENGAMES (GameSupport): End