diff --git a/LightlessSync/Interop/Ipc/IpcCallerPenumbra.cs b/LightlessSync/Interop/Ipc/IpcCallerPenumbra.cs index 0092cfb..c167654 100644 --- a/LightlessSync/Interop/Ipc/IpcCallerPenumbra.cs +++ b/LightlessSync/Interop/Ipc/IpcCallerPenumbra.cs @@ -92,9 +92,6 @@ public sealed class IpcCallerPenumbra : IpcServiceBase public string GetMetaManipulations() => _resources.GetMetaManipulations(); - public Task>>> 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);