Browse Source

Removed duplicate using statement.

scenegraph-after-breakage
Steven Kirk 9 years ago
parent
commit
51688fa74b
  1. 1
      src/Avalonia.Visuals/VisualTree/VisualExtensions.cs

1
src/Avalonia.Visuals/VisualTree/VisualExtensions.cs

@ -1,7 +1,6 @@
// Copyright (c) The Avalonia Project. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using Avalonia.Rendering;
using System;
using System.Collections.Generic;
using System.Linq;

Loading…
Cancel
Save