mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-22 17:56:59 +01:00
Get rid of unused class AboutInfo (#882)
This commit is contained in:
parent
e348f95495
commit
88f78ae6c8
2 changed files with 0 additions and 11 deletions
|
@ -1,9 +0,0 @@
|
||||||
namespace Ryujinx.Ui
|
|
||||||
{
|
|
||||||
internal struct AboutInfo
|
|
||||||
{
|
|
||||||
public string InstallVersion;
|
|
||||||
public string InstallCommit;
|
|
||||||
public string InstallBranch;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -13,8 +13,6 @@ namespace Ryujinx.Ui
|
||||||
{
|
{
|
||||||
public class AboutWindow : Window
|
public class AboutWindow : Window
|
||||||
{
|
{
|
||||||
private static AboutInfo AboutInformation { get; set; }
|
|
||||||
|
|
||||||
#pragma warning disable CS0649
|
#pragma warning disable CS0649
|
||||||
#pragma warning disable IDE0044
|
#pragma warning disable IDE0044
|
||||||
[GUI] Window _aboutWin;
|
[GUI] Window _aboutWin;
|
||||||
|
|
Loading…
Reference in a new issue