From fd3df0e6c3966478d0a7c19d45deecbc0cbfe1ad Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Tue, 24 Dec 2019 17:43:07 -0700 Subject: [PATCH] Remove manual migration button --- Ryujinx/Ui/MainWindow.cs | 7 ------- Ryujinx/Ui/MainWindow.glade | 16 ---------------- 2 files changed, 23 deletions(-) diff --git a/Ryujinx/Ui/MainWindow.cs b/Ryujinx/Ui/MainWindow.cs index c29074bfe9..f41bc08757 100644 --- a/Ryujinx/Ui/MainWindow.cs +++ b/Ryujinx/Ui/MainWindow.cs @@ -589,13 +589,6 @@ namespace Ryujinx.Ui } } - private void Migration_Pressed(object o, EventArgs args) - { - Migration migration = new Migration(_device); - - migration.Migrate(); - } - private void About_Pressed(object sender, EventArgs args) { AboutWindow aboutWin = new AboutWindow(); diff --git a/Ryujinx/Ui/MainWindow.glade b/Ryujinx/Ui/MainWindow.glade index 364a6d1d6e..fcf91bc4c5 100644 --- a/Ryujinx/Ui/MainWindow.glade +++ b/Ryujinx/Ui/MainWindow.glade @@ -263,22 +263,6 @@ False Tools True - - - True - False - - - True - False - Migrate files from an old layout - Migrate Files - True - - - - -