Clean up migrateColor utility
This commit is contained in:
parent
b47d8d8b2b
commit
12dbd38cb9
3 changed files with 5 additions and 36 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2020 Signal Messenger, LLC
|
||||
// Copyright 2018-2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import * as GoogleChrome from './GoogleChrome';
|
||||
|
@ -19,7 +19,6 @@ import { getUserAgent } from './getUserAgent';
|
|||
import { hasExpired } from './hasExpired';
|
||||
import { isFileDangerous } from './isFileDangerous';
|
||||
import { makeLookup } from './makeLookup';
|
||||
import { migrateColor } from './migrateColor';
|
||||
import { missingCaseError } from './missingCaseError';
|
||||
import { parseRemoteClientExpiration } from './parseRemoteClientExpiration';
|
||||
import { sleep } from './sleep';
|
||||
|
@ -41,7 +40,6 @@ export {
|
|||
hasExpired,
|
||||
isFileDangerous,
|
||||
makeLookup,
|
||||
migrateColor,
|
||||
missingCaseError,
|
||||
parseRemoteClientExpiration,
|
||||
Registration,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue