From b10335adfd0cb609743b0634ba4faa96b2b325ae Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 5 Dec 2019 23:41:16 -0800 Subject: [PATCH] Clean up constants --- js/constants.ts | 1 - js/reducers/windows.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/js/constants.ts b/js/constants.ts index a1b1fdf2..d302a36f 100644 --- a/js/constants.ts +++ b/js/constants.ts @@ -23,7 +23,6 @@ export const WINDOWS = { MAIN: "main", PLAYLIST: "playlist", EQUALIZER: "equalizer", - MEDIA_LIBRARY: "mediaLibrary", MILKDROP: "milkdrop", }; diff --git a/js/reducers/windows.ts b/js/reducers/windows.ts index f1b0764a..3fd2fdf8 100644 --- a/js/reducers/windows.ts +++ b/js/reducers/windows.ts @@ -93,7 +93,6 @@ const defaultWindowsState: WindowsState = { WINDOWS.PLAYLIST, WINDOWS.EQUALIZER, WINDOWS.MILKDROP, - WINDOWS.MEDIA_LIBRARY, WINDOWS.MAIN, ], };