Browse Source

Remove unused usings.

The reference to `Avalonia.Markup.Xaml.PortableXaml` was causing a compile error in ncrunch but not in a normal build for some reason.
pre-lifetime-fixes
Steven Kirk 7 years ago
parent
commit
b3dce20c4e
  1. 8
      src/Markup/Avalonia.Markup.Xaml/AvaloniaXamlLoader.cs

8
src/Markup/Avalonia.Markup.Xaml/AvaloniaXamlLoader.cs

@ -2,18 +2,10 @@
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.Text;
using System.Xml.Linq;
using Avalonia.Markup.Xaml.XamlIl;
using Avalonia.Controls;
using Avalonia.Markup.Data;
using Avalonia.Markup.Xaml.PortableXaml;
using Avalonia.Platform;
namespace Avalonia.Markup.Xaml

Loading…
Cancel
Save