From 35f0f6da5ed3a17cc6cdaf037c2e40247baed209 Mon Sep 17 00:00:00 2001 From: defnotken Date: Tue, 23 Dec 2025 17:46:13 -0600 Subject: [PATCH] removing unused call --- LightlessSync/Interop/Ipc/IpcCallerPenumbra.cs | 3 --- 1 file changed, 3 deletions(-) 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);