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;