Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyvinia committed May 29, 2021
1 parent 869b938 commit f14625d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AboutWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ private void Hyperlink_RequestNavigate(object sender, RequestNavigateEventArgs e
}

private void ButtonEnvVar(object sender, RoutedEventArgs e) {
//Process.Start("rundll32.exe", "sysdm.cpl, EditEnvironmentVariables");
(Application.Current.MainWindow as MainWindow).checkStatus();
}
}
Expand Down

0 comments on commit f14625d

Please sign in to comment.