diff --git a/CreamInstaller/Forms/SelectForm.cs b/CreamInstaller/Forms/SelectForm.cs index 3aea1f5..1bd0371 100644 --- a/CreamInstaller/Forms/SelectForm.cs +++ b/CreamInstaller/Forms/SelectForm.cs @@ -240,7 +240,6 @@ internal partial class SelectForm : CustomForm if (Directory.Exists(EpicLibrary.EpicAppDataPath)) { List epicGames = await EpicLibrary.GetGames(); - Dictionary> games = new(); foreach (Manifest manifest in epicGames) { string @namespace = manifest.CatalogNamespace;