From 5971802eb90f56301256ef7690d28a4fe2bf3eb6 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Thu, 20 Mar 2014 22:01:22 +0800 Subject: [PATCH] Remove useless code. --- Wox/ResultPanel.xaml.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Wox/ResultPanel.xaml.cs b/Wox/ResultPanel.xaml.cs index 2a07aaba82..1516069303 100644 --- a/Wox/ResultPanel.xaml.cs +++ b/Wox/ResultPanel.xaml.cs @@ -43,12 +43,6 @@ namespace Wox SelectFirst(); } - public void AnimateListBoxResultChange() - { - //todo: - var da = new DoubleAnimation(lbResults.ActualHeight, ActualWidth + 100, new Duration(new TimeSpan(0, 0, 0, 0, 1600))); - } - private int GetInsertLocation(int currentScore) { int location = lbResults.Items.Count;