mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unused key in pinyin alphabet
This commit is contained in:
parent
b10a6e19df
commit
b816d1b866
2 changed files with 0 additions and 8 deletions
|
|
@ -83,7 +83,6 @@ namespace Flow.Launcher.Infrastructure
|
|||
map.endConstruct();
|
||||
|
||||
var key = resultBuilder.ToString();
|
||||
map.setKey(key);
|
||||
|
||||
return _pinyinCache[content] = (key, map);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,13 +12,6 @@ namespace Flow.Launcher.Infrastructure
|
|||
private List<int> translatedIndexs = new List<int>();
|
||||
private int translatedLength = 0;
|
||||
|
||||
public string key { get; private set; }
|
||||
|
||||
public void setKey(string key)
|
||||
{
|
||||
this.key = key;
|
||||
}
|
||||
|
||||
public void AddNewIndex(int originalIndex, int translatedIndex, int length)
|
||||
{
|
||||
if (constructed)
|
||||
|
|
|
|||
Loading…
Reference in a new issue