From ac8c247ab9ec7c4670ccb7c82af94db4b17e24cd Mon Sep 17 00:00:00 2001
From: Joshi234 <46032261+Joshi234@users.noreply.github.com>
Date: Tue, 19 Jan 2021 15:58:27 +0100
Subject: [PATCH] Commited that file on accidant

---
 Ryujinx.HLE/HOS/Services/Fs/IFileSystemProxy.cs | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/Ryujinx.HLE/HOS/Services/Fs/IFileSystemProxy.cs b/Ryujinx.HLE/HOS/Services/Fs/IFileSystemProxy.cs
index c22bd335b4..9fc3ac595a 100644
--- a/Ryujinx.HLE/HOS/Services/Fs/IFileSystemProxy.cs
+++ b/Ryujinx.HLE/HOS/Services/Fs/IFileSystemProxy.cs
@@ -465,15 +465,6 @@ namespace Ryujinx.HLE.HOS.Services.Fs
             return ResultCode.Success;
         }
 
-        [Command(205)]
-        // OpenDataStorageWithProgramIndex(u8 storageId) -> object<nn::fssrv::sf::IStorage>
-        public ResultCode OpenDataStorageWithProgramIndex(ServiceCtx context)
-        {
-            byte unknown = context.RequestData.ReadByte();
-            MakeObject(context, new FileSystemProxy.IStorage(context.Device.FileSystem.RomFs.AsStorage()));
-            return ResultCode.Success;
-        }
-
         [Command(400)]
         // OpenDataStorageByCurrentProcess() -> object<nn::fssrv::sf::IStorage> dataStorage
         public ResultCode OpenDeviceOperator(ServiceCtx context)
@@ -568,4 +559,4 @@ namespace Ryujinx.HLE.HOS.Services.Fs
             return (ResultCode)result.Value;
         }
     }
-}
\ No newline at end of file
+}