Skip to content

Commit

Permalink
Remove remaining btnSettingsText reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Myself086 committed Sep 7, 2022
1 parent 857867f commit 58fb569
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Project Nested/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ private void Form1_Load(object sender, EventArgs e)
// Disable some GUI objects
EnableGUI(false);

#if !DEBUG
// Remove debug-only objects
this.btnSettingsText.Visible = false;
#endif

// Remove some placeholder texts
lblMapper.Text = "No file loaded.";
}
Expand Down

0 comments on commit 58fb569

Please sign in to comment.