Browse Source

Removed unused usings

Wiesław Šoltés 9 years ago
parent
commit
af9e5e6336
1 changed files with 0 additions and 2 deletions
  1. 0 2
      samples/BindingTest/App.xaml.cs

+ 0 - 2
samples/BindingTest/App.xaml.cs

@@ -2,11 +2,9 @@
 using Perspex;
 using Perspex.Controls;
 using Perspex.Diagnostics;
-using Perspex.Logging;
 using Perspex.Logging.Serilog;
 using Perspex.Markup.Xaml;
 using Serilog;
-using Serilog.Filters;
 
 namespace BindingTest
 {