Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Remove now-unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Feb 21, 2022
1 parent b30c432 commit 32fc2b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/constants/mutation-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ export const SET_EMBEDDED = 'SET_EMBEDDED'
export const SET_REFERRED = 'SET_REFERRED'
export const SET_SEARCH_TYPE = 'SET_SEARCH_TYPE'
export const CLEAR_OTHER_MEDIA_TYPE_FILTERS = 'CLEAR_OTHER_MEDIA_TYPE_FILTERS'
export const SET_ACTIVE_MEDIA_ITEM = 'SET_ACTIVE_MEDIA_ITEM'
export const PAUSE_ACTIVE_MEDIA_ITEM = 'PAUSE_ACTIVE_MEDIA_ITEM'
export const EJECT_ACTIVE_MEDIA_ITEM = 'EJECT_ACTIVE_MEDIA_ITEM'
export const SET_MESSAGE = 'SET_MESSAGE'
export const RESET_MEDIA = 'RESET_MEDIA'
export const REPLACE_FILTERS = 'REPLACE_FILTERS'
export const SET_QUERY = 'SET_QUERY'
1 change: 0 additions & 1 deletion src/constants/store-modules.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const RELATED = 'related'
export const ACTIVE = 'active'
export const PROVIDER = 'provider'
export const NAV = 'nav'
export const NOTIFICATION = 'notification'
Expand Down

0 comments on commit 32fc2b7

Please sign in to comment.