From 30961babded87c4cca9b10e8555f789dd684b862 Mon Sep 17 00:00:00 2001 From: Yeechan Lu Date: Thu, 27 Mar 2014 19:01:43 +0800 Subject: [PATCH] Remove duplicated code --- Wox/MainWindow.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Wox/MainWindow.xaml.cs b/Wox/MainWindow.xaml.cs index ddcf3c9d9a..c37a190a96 100644 --- a/Wox/MainWindow.xaml.cs +++ b/Wox/MainWindow.xaml.cs @@ -386,7 +386,6 @@ namespace Wox HideWox(); } UserSelectedRecordStorage.Instance.Add(result); - UserSelectedRecordStorage.Instance.Add(result); } } }