removing unused call
Some checks failed
Tag and Release Lightless / tag-and-release (push) Has been cancelled
Some checks failed
Tag and Release Lightless / tag-and-release (push) Has been cancelled
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user