Browse Source

Removed comments

pull/799/head
Dan Walmsley 10 years ago
parent
commit
8a3acecf25
  1. 8
      src/Avalonia.Controls/ItemsControl.cs

8
src/Avalonia.Controls/ItemsControl.cs

@ -251,10 +251,6 @@ namespace Avalonia.Controls
LogicalChildren.Add(containerControl.Child as ILogical);
}
}
else
{
// TODO ? Throw exception or something else?
}
}
else
{
@ -288,10 +284,6 @@ namespace Avalonia.Controls
toRemove.Add(containerControl.Child as ILogical);
((ISetLogicalParent)containerControl).SetParent(null);
}
else
{
// TODO throw exception ??
}
}
else
{

Loading…
Cancel
Save