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