Optimize files.

This commit is contained in:
qianlifeng
2014-06-30 22:27:56 +08:00
parent fad6a406a1
commit 59741ed04a
4 changed files with 11 additions and 43 deletions

View File

@@ -1,17 +1,6 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
using Wox.Infrastructure;
using Wox.Infrastructure.Storage;
using Wox.Infrastructure.Storage.UserSettings;
namespace Wox
@@ -22,7 +11,6 @@ namespace Wox
private bool update;
private CustomPluginHotkey updateCustomHotkey;
public CustomPluginHotkeySetting(SettingWindow settingWidow)
{
this.settingWidow = settingWidow;