mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
Remove unused selector
This commit is contained in:
parent
5b380d0fb9
commit
1bf510ec0d
1 changed files with 0 additions and 7 deletions
|
|
@ -23,13 +23,6 @@ export function overlayShouldAnimate(state) {
|
|||
return getSelectedSkinPosition(state) != null;
|
||||
}
|
||||
|
||||
export const getSelectedSkinUrl = createSelector(
|
||||
getSelectedSkinHash,
|
||||
(hash) => {
|
||||
return hash == null ? null : Utils.screenshotUrlFromHash(hash);
|
||||
}
|
||||
);
|
||||
|
||||
export function getSearchQuery(state) {
|
||||
return state.searchQuery;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue