Skip to content

Commit

Permalink
Removed unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
bleuthoot-sven committed May 5, 2022
1 parent 60b483e commit 8e6ecd1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions LegacyInstaller/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,5 @@ private void downloadInfoLabel_Initialized(object sender, EventArgs e)
downloadInfoLabelObject = (Label)sender;
RefreshUI();
}

private void CheckBox_Checked(object sender, RoutedEventArgs e)
{

}
}
}

0 comments on commit 8e6ecd1

Please sign in to comment.