From 28843b42adb854737f9ce1a46fb465722e9fd27e Mon Sep 17 00:00:00 2001 From: HorizonCode <horizoncode88@gmail.com> Date: Thu, 27 May 2021 11:36:11 +0200 Subject: [PATCH] removed unused code --- EZPPClient Installer/MainWindow.xaml.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/EZPPClient Installer/MainWindow.xaml.cs b/EZPPClient Installer/MainWindow.xaml.cs index 9eee763..e9ffb15 100644 --- a/EZPPClient Installer/MainWindow.xaml.cs +++ b/EZPPClient Installer/MainWindow.xaml.cs @@ -293,7 +293,6 @@ namespace EZPPClient_Installer { try { - //File.Copy(string.Format(@"{0}\osu!.{1}.cfg", osuFolder, userName), string.Format(@"{0}\osu!.{1}.cfg", EZPPFolder, userName)); if (!CreateSymbolicLink(string.Format(@"{0}\osu!.{1}.cfg", EZPPFolder, userName), string.Format(@"{0}\osu!.{1}.cfg", osuFolder, userName), SymbolicLink.File)) { ContentDialog dg = new ContentDialog() @@ -320,7 +319,6 @@ namespace EZPPClient_Installer { try { - //File.Copy(string.Format(@"{0}\scores.db", osuFolder), string.Format(@"{0}\scores.db", EZPPFolder)); if (!CreateSymbolicLink(string.Format(@"{0}\scores.db", EZPPFolder), string.Format(@"{0}\scores.db", osuFolder), SymbolicLink.File)) { ContentDialog dg = new ContentDialog() @@ -347,7 +345,6 @@ namespace EZPPClient_Installer { try { - //File.Copy(string.Format(@"{0}\collection.db", osuFolder), string.Format(@"{0}\collection.db", EZPPFolder)); if (!CreateSymbolicLink(string.Format(@"{0}\collection.db", EZPPFolder), string.Format(@"{0}\collection.db", osuFolder), SymbolicLink.File)) { ContentDialog dg = new ContentDialog() @@ -374,7 +371,6 @@ namespace EZPPClient_Installer { try { - //File.Copy(string.Format(@"{0}\osu.db", osuFolder), string.Format(@"{0}\osu.db", EZPPFolder)); if (!CreateSymbolicLink(string.Format(@"{0}\osu!.db", EZPPFolder), string.Format(@"{0}\osu!.db", osuFolder), SymbolicLink.File)) { ContentDialog dg = new ContentDialog()