From 9b9206d3e447f81801c1f184884319243777f99f Mon Sep 17 00:00:00 2001 From: amaitland Date: Tue, 5 Aug 2014 14:52:11 +1000 Subject: [PATCH] Remove unused references --- CefSharp.MinimalExample.Wpf/MainWindow.xaml.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CefSharp.MinimalExample.Wpf/MainWindow.xaml.cs b/CefSharp.MinimalExample.Wpf/MainWindow.xaml.cs index f5c8c6c..bc19c9c 100644 --- a/CefSharp.MinimalExample.Wpf/MainWindow.xaml.cs +++ b/CefSharp.MinimalExample.Wpf/MainWindow.xaml.cs @@ -1,7 +1,4 @@ -using CefSharp.MinimalExample.Wpf.Mvvm; -using CefSharp.Wpf; -using System.ComponentModel; -using System.Windows; +using System.Windows; namespace CefSharp.MinimalExample.Wpf {