Skip to content

Commit bdce2e8

Browse files
committed
Removed: Unused 'items' field
1 parent b0ee37f commit bdce2e8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

source/Reloaded.Mod.Launcher.Lib/Startup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ private static void DownloadModAndExit(string downloadUrl)
133133

134134
modConfig = ModConfig.GetAllMods(modConfigDir);
135135
var itemsById = modConfig.ToDictionary(x => x.Config.ModId, x => x, StringComparer.OrdinalIgnoreCase);
136-
var items = new ObservableCollection<PathTuple<ModConfig>>(modConfig);
137136
foreach (var item in itemsById.ToArray())
138137
{
139138
if (!oldItemsById.ContainsKey(item.Key))

0 commit comments

Comments
 (0)