mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Clean up selectors file
This commit is contained in:
parent
7b9223544d
commit
d9c559ea06
1 changed files with 0 additions and 2 deletions
|
|
@ -422,11 +422,9 @@ export function getEqualizerEnabled(state: AppState): boolean {
|
|||
export function getCenterRequested(state: AppState): boolean {
|
||||
return state.windows.centerRequested;
|
||||
}
|
||||
}
|
||||
|
||||
export function getBrowserWindowSize(
|
||||
state: AppState
|
||||
): { height: number; width: number } {
|
||||
return state.windows.browserWindowSize;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue