diff options
Diffstat (limited to 'Ryujinx/Ui/ApplicationData.cs')
-rw-r--r-- | Ryujinx/Ui/ApplicationData.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Ryujinx/Ui/ApplicationData.cs b/Ryujinx/Ui/ApplicationData.cs index 49d7dfaa..34784c6c 100644 --- a/Ryujinx/Ui/ApplicationData.cs +++ b/Ryujinx/Ui/ApplicationData.cs @@ -17,7 +17,6 @@ namespace Ryujinx.Ui public string FileExtension { get; set; } public string FileSize { get; set; } public string Path { get; set; } - public string SaveDataPath { get; set; } public BlitStruct<ApplicationControlProperty> ControlHolder { get; set; } } } |