Skip to content

Commit

Permalink
Remove IImageCache
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Dec 16, 2024
1 parent ab2452f commit a235e0b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 261 deletions.
34 changes: 0 additions & 34 deletions src/NexusMods.App.UI/IImageCache.cs

This file was deleted.

143 changes: 0 additions & 143 deletions src/NexusMods.App.UI/ImageCache.cs

This file was deleted.

3 changes: 0 additions & 3 deletions src/NexusMods.App.UI/NexusMods.App.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -512,9 +512,6 @@
<Compile Update="WorkspaceSystem\NewTabPage\NewTabPageSectionViewModel.cs">
<DependentUpon>INewTabPageSectionViewModel.cs</DependentUpon>
</Compile>
<Compile Update="ImageCache.cs">
<DependentUpon>IImageCache.cs</DependentUpon>
</Compile>
<Compile Update="Pages\TextEdit\TextEditorPageViewModel.cs">
<DependentUpon>ITextEditorPageViewModel.cs</DependentUpon>
</Compile>
Expand Down
1 change: 0 additions & 1 deletion src/NexusMods.App.UI/Services.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public static IServiceCollection AddUI(this IServiceCollection c)

// Services
.AddSingleton<IOverlayController, OverlayController>()
.AddTransient<IImageCache, ImageCache>()

// View Models
.AddTransient<MainWindowViewModel>()
Expand Down
80 changes: 0 additions & 80 deletions tests/NexusMods.UI.Tests/ImageCacheTests.cs

This file was deleted.

0 comments on commit a235e0b

Please sign in to comment.