diff --git a/src/reducers/application.tsx b/src/reducers/application.tsx index 1bfa91d3d..0d54246ad 100644 --- a/src/reducers/application.tsx +++ b/src/reducers/application.tsx @@ -267,12 +267,3 @@ export const setFlipperRating = (rating: number): Action => ({ rating, }, }); - -export const unsetShare = (): Action => ({ - type: UNSET_SHARE, -}); - -export const setExportStatusComponent = (payload: JSX.Element): Action => ({ - type: SET_EXPORT_STATUS_MESSAGE, - payload, -});