Remove redundant code

This commit is contained in:
bao-qian
2016-02-22 21:43:37 +00:00
parent 1a489652ff
commit 43bfeff2be
15 changed files with 40 additions and 116 deletions

View File

@@ -10,12 +10,11 @@ using Wox.Core.Updater;
using Wox.Core.UserSettings;
using Wox.Helper;
using Wox.Infrastructure.Hotkey;
using Wox.ViewModel;
using DataFormats = System.Windows.DataFormats;
using DragEventArgs = System.Windows.DragEventArgs;
using KeyEventArgs = System.Windows.Input.KeyEventArgs;
using MessageBox = System.Windows.MessageBox;
using Wox.ViewModel;
using Wox.Plugin;
namespace Wox
{