Эх сурвалжийг харах

Get rid of unused class AboutInfo (#882)

Jonathan Goyvaerts 6 жил өмнө
parent
commit
88f78ae6c8

+ 0 - 9
Ryujinx/Ui/AboutInfo.cs

@@ -1,9 +0,0 @@
-namespace Ryujinx.Ui
-{
-    internal struct AboutInfo
-    {
-        public string InstallVersion;
-        public string InstallCommit;
-        public string InstallBranch;
-    }
-}

+ 0 - 2
Ryujinx/Ui/AboutWindow.cs

@@ -13,8 +13,6 @@ namespace Ryujinx.Ui
 {
     public class AboutWindow : Window
     {
-        private static AboutInfo AboutInformation { get; set; }
-
 #pragma warning disable CS0649
 #pragma warning disable IDE0044
         [GUI] Window _aboutWin;