dev: Removed some unused code, no functional change

This commit is contained in:
Kwoth
2024-08-05 13:18:44 +00:00
parent f8da25a6f3
commit 15fe8b5daf
7 changed files with 15 additions and 113 deletions

View File

@@ -60,12 +60,6 @@ public sealed class ImageCache : IImageCache, INService
public Task<byte[]?> GetXpBackgroundImageAsync()
=> GetImageDataAsync(_ic.Data.Xp.Bg);
public Task<byte[]?> GetRategirlBgAsync()
=> GetImageDataAsync(_ic.Data.Rategirl.Matrix);
public Task<byte[]?> GetRategirlDotAsync()
=> GetImageDataAsync(_ic.Data.Rategirl.Dot);
public Task<byte[]?> GetDiceAsync(int num)
=> GetImageDataAsync(_ic.Data.Dice[num]);