Removed bogus code

This commit is contained in:
ポール ウェッブ 2018-10-19 11:02:13 -05:00 committed by Sean Yesmunt
parent 4fad161ae0
commit ecde8dd1ab

View file

@ -34,10 +34,6 @@ export const selectThemePath = createSelector(
}
);
// TODO: I have no idea what I am doing
export const whatIsTheTheme = () =>
selectAutomaticDarkModeEnabled || selectIsNight || selectTheme === 'dark' ? 'dark' : 'light';
export const selectosNotificationsEnabled = makeSelectClientSetting(
SETTINGS.OS_NOTIFICATIONS_ENABLED
);