1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Remove unused getActiveTab selector (#8319)

This selector was added as part of #7004, but wasn't used by the time
it was merged.
This commit is contained in:
Mark Stacey 2020-04-09 21:17:43 -03:00 committed by GitHub
parent e720843517
commit 3955a4091d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,10 +381,6 @@ export function getTargetDomainMetadata (state, request, defaultOrigin) {
return targetDomainMetadata
}
export function getActiveTab (state) {
return state.activeTab
}
export function getMetaMetricState (state) {
return {
network: getCurrentNetworkId(state),