Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Mar 9, 2024
1 parent ecb5100 commit 72215bc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions AngelLoader/Common/GameSupport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 72215bc

Please sign in to comment.