Removed some unused code, no functional change

This commit is contained in:
Toastie 2024-08-06 21:53:28 +12:00
parent 66560bb769
commit d428fc5532
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
7 changed files with 15 additions and 113 deletions
src/EllieBot/Services/Impl

View file

@ -60,12 +60,6 @@ public sealed class ImageCache : IImageCache, IEService
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]);