diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-06-27 17:10:30 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-06-28 19:18:44 +0000 |
| commit | 1cc8a4eb9402e1c104a74f94162863ee8fe1c326 (patch) | |
| tree | fdeb21c719a4b1dd5f4b73272172edfbf23bbb15 /gui/src | |
| parent | 1bd18622efdda095dea1b39aca686769d4973c49 (diff) | |
| download | mullvadvpn-1cc8a4eb9402e1c104a74f94162863ee8fe1c326.tar.xz mullvadvpn-1cc8a4eb9402e1c104a74f94162863ee8fe1c326.zip | |
Remove unused `TunnelState` type in GUI
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/shared/daemon-rpc-types.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/src/shared/daemon-rpc-types.ts b/gui/src/shared/daemon-rpc-types.ts index 120ef3a0b0..4c1815870f 100644 --- a/gui/src/shared/daemon-rpc-types.ts +++ b/gui/src/shared/daemon-rpc-types.ts @@ -30,8 +30,6 @@ export type BlockReason = export type AfterDisconnect = 'nothing' | 'block' | 'reconnect'; -export type TunnelState = 'connecting' | 'connected' | 'disconnecting' | 'disconnected' | 'blocked'; - export type TunnelType = 'wireguard' | 'openvpn'; export function tunnelTypeToString(tunnel: TunnelType): string { switch (tunnel) { |
