Browse Source

Remove unused member.

pull/1499/head
Steven Kirk 9 years ago
parent
commit
f0d0429644
  1. 2
      tests/Avalonia.Base.UnitTests/AvaloniaPropertyRegistryTests.cs

2
tests/Avalonia.Base.UnitTests/AvaloniaPropertyRegistryTests.cs

@ -10,8 +10,6 @@ namespace Avalonia.Base.UnitTests
{
public class AvaloniaPropertyRegistryTests
{
ITestOutputHelper s;
public AvaloniaPropertyRegistryTests(ITestOutputHelper s)
{
// Ensure properties are registered.

Loading…
Cancel
Save