Skip to content

Commit

Permalink
Removed accidental event handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nifyr committed Jul 10, 2023
1 parent 0ec621f commit 93e2ce1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion Forms/BattleTowerPokemonForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions Forms/BattleTowerPokemonForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,5 @@ private void SortChanged(object sender, EventArgs e)

ActivateControls();
}

private void label2_Click(object sender, EventArgs e)
{

}
}
}
2 changes: 0 additions & 2 deletions Forms/BattleTowerTrainerEditorForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions Forms/BattleTowerTrainerEditorForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,19 +241,6 @@ private void PopulateListBox(bool resetIndex)
}
}

private void partyDataGridView_CellContentClick(object sender, DataGridViewCellEventArgs e)
{

}


private void BattleTowerTrainerEditorForm_Load(object sender, EventArgs e)
{

}



private void button1_Click(object sender, EventArgs e)
{
doubleTrainerMode = true;
Expand Down

0 comments on commit 93e2ce1

Please sign in to comment.