Remove a todo that was done

This commit is contained in:
adelikat 2014-06-25 14:39:48 +00:00
parent e5f340c365
commit 12b4c9fd63
1 changed files with 0 additions and 1 deletions

View File

@ -422,7 +422,6 @@ namespace BizHawk.Client.EmuHawk
private void ClearBtn_Click(object sender, EventArgs e)
{
// TODO: make this recursive to not depend on the current structure
foreach (var c in Controls.OfType<Control>())
{
ClearWidgetAndChildren(c);