mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01: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:
parent
e720843517
commit
3955a4091d
@ -381,10 +381,6 @@ export function getTargetDomainMetadata (state, request, defaultOrigin) {
|
|||||||
return targetDomainMetadata
|
return targetDomainMetadata
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getActiveTab (state) {
|
|
||||||
return state.activeTab
|
|
||||||
}
|
|
||||||
|
|
||||||
export function getMetaMetricState (state) {
|
export function getMetaMetricState (state) {
|
||||||
return {
|
return {
|
||||||
network: getCurrentNetworkId(state),
|
network: getCurrentNetworkId(state),
|
||||||
|
Loading…
Reference in New Issue
Block a user