remove unused function

pull/502/head
slowbackspace 5 years ago
parent 42b7d6b3f0
commit 4862f8b737

@ -42,19 +42,6 @@ export type State = Array<Account>;
const initialState: State = [];
export const findAccount = (
state: State,
index: number,
deviceState: string,
network: string
): ?Account =>
state.find(
a =>
(a.deviceState === deviceState || a.imported) &&
a.index === index &&
a.network === network
);
export const findDeviceAccounts = (
state: State,
device: TrezorDevice,

Loading…
Cancel
Save