removing unused call
Some checks failed
Tag and Release Lightless / tag-and-release (push) Has been cancelled

This commit is contained in:
defnotken
2025-12-23 17:46:13 -06:00
parent 7d151dac2b
commit 35f0f6da5e

View File

@@ -92,9 +92,6 @@ public sealed class IpcCallerPenumbra : IpcServiceBase
public string GetMetaManipulations()
=> _resources.GetMetaManipulations();
public Task<Dictionary<ushort, Dictionary<string, HashSet<string>>>> GetClientOnScreenResourcePaths() // why did i add this, i honestly don't know but i'm keeping it anyways, fuck you
=> _resources.GetClientOnScreenResourcePathsAsync();
public Task<(string[] forward, string[][] reverse)> ResolvePathsAsync(string[] forward, string[] reverse)
=> _resources.ResolvePathsAsync(forward, reverse);