From f47ee05ced16877aca3ccbb383fdd104caf956d6 Mon Sep 17 00:00:00 2001 From: Akisuke Date: Sun, 18 Dec 2022 14:50:39 +0100 Subject: [PATCH] seems to auto created this method --- Ryujinx.Ava/Common/ApplicationHelper.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Ryujinx.Ava/Common/ApplicationHelper.cs b/Ryujinx.Ava/Common/ApplicationHelper.cs index 6f9228377..7f7666142 100644 --- a/Ryujinx.Ava/Common/ApplicationHelper.cs +++ b/Ryujinx.Ava/Common/ApplicationHelper.cs @@ -421,10 +421,5 @@ namespace Ryujinx.Ava.Common return Result.Success; } - - internal static (Result? result, bool canceled) CopyDirectory(FileSystemClient fs, string subSrcPath, string subDstPath) - { - throw new NotImplementedException(); - } } } \ No newline at end of file