Remove a todo that was done
This commit is contained in:
parent
e5f340c365
commit
12b4c9fd63
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue