From 82150b8b9558462ce4960ed4d6b57234f0d3a2ea Mon Sep 17 00:00:00 2001 From: pointfeev Date: Thu, 3 Mar 2022 07:50:05 -0500 Subject: [PATCH] Update SelectForm.cs --- CreamInstaller/Forms/SelectForm.cs | 1 - 1 file changed, 1 deletion(-) 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;