remove allciphers

This commit is contained in:
Kyle Spearrin 2018-08-13 16:27:28 -04:00
parent 8448b48cd7
commit a7bbdf9c93
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ export class CiphersComponent {
searchText: string;
searchPlaceholder: string = null;
protected allCiphers: CipherView[] = [];
protected filter: (cipher: CipherView) => boolean = null;
protected searchPending = false;