diff --git a/ts/state/actions.ts b/ts/state/actions.ts index efda4bc80fa4..defe4f9ad55b 100644 --- a/ts/state/actions.ts +++ b/ts/state/actions.ts @@ -61,33 +61,3 @@ export const actionCreators: ReduxActions = { user, username, }; - -export const mapDispatchToProps = { - ...accounts, - ...app, - ...audioPlayer, - ...audioRecorder, - ...badges, - ...calling, - ...composer, - ...conversations, - ...crashReports, - ...emojis, - ...expiration, - ...globalModals, - ...inbox, - ...items, - ...lightbox, - ...linkPreviews, - ...mediaGallery, - ...network, - ...safetyNumber, - ...search, - ...stickers, - ...stories, - ...storyDistributionLists, - ...toast, - ...updates, - ...user, - ...username, -};