mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove useless code.
This commit is contained in:
parent
3b2e54a156
commit
5971802eb9
1 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue