Browse Source

Remove commented-out code.

pull/3636/head
Steven Kirk 6 years ago
parent
commit
fece964458
  1. 5
      src/Avalonia.Styling/Styling/Style.cs

5
src/Avalonia.Styling/Styling/Style.cs

@ -145,11 +145,6 @@ namespace Avalonia.Styling
throw new InvalidOperationException("The Style already has a parent.");
}
if (parent == null)
{
//Detach();
}
_parent = parent;
}

Loading…
Cancel
Save