Unused function

This commit is contained in:
Maarten van Keulen 2021-01-30 12:35:05 +01:00 committed by GitHub
parent 2cf46226ae
commit 1825ae3481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ namespace BandagedBD {
this.Name = "FormMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "BandagedBD Installer v0.3.2";
this.Load += new System.EventHandler(this.FormMain_Load);
this.ResumeLayout(false);
this.PerformLayout();