From a6b55b676cdd0850160dca252c3d3c7558be3365 Mon Sep 17 00:00:00 2001 From: Shahab <45701680+c0m1t@users.noreply.github.com> Date: Tue, 15 Mar 2022 12:58:25 +0330 Subject: [PATCH] chore: remove unused modal ids constants (#11036) --- react/features/etherpad/constants.js | 4 ---- react/features/etherpad/index.js | 1 - react/features/invite/constants.js | 5 ----- react/features/settings/constants.js | 5 ----- 4 files changed, 15 deletions(-) delete mode 100644 react/features/etherpad/constants.js diff --git a/react/features/etherpad/constants.js b/react/features/etherpad/constants.js deleted file mode 100644 index 6ff565303..000000000 --- a/react/features/etherpad/constants.js +++ /dev/null @@ -1,4 +0,0 @@ -/** - * Modal view ID of the SharedDocument view. - */ -export const SHARE_DOCUMENT_VIEW_ID = 'SHARE_DOCUMENT_VIEW_ID'; diff --git a/react/features/etherpad/index.js b/react/features/etherpad/index.js index b826983c4..b845e8859 100644 --- a/react/features/etherpad/index.js +++ b/react/features/etherpad/index.js @@ -1,5 +1,4 @@ export * from './actions'; export * from './actionTypes'; export * from './components'; -export * from './constants'; export * from './functions'; diff --git a/react/features/invite/constants.js b/react/features/invite/constants.js index e3c03d0c0..bad6c222a 100644 --- a/react/features/invite/constants.js +++ b/react/features/invite/constants.js @@ -7,11 +7,6 @@ */ export const DIAL_IN_INFO_PAGE_PATH_NAME = 'static/dialInInfo.html'; -/** - * Modal ID for the DialInSummary modal. - */ -export const DIAL_IN_SUMMARY_VIEW_ID = 'DIAL_IN_SUMMARY_VIEW_ID'; - /** * The identifier of the sound to be played when the status of an outgoing call * is expired. diff --git a/react/features/settings/constants.js b/react/features/settings/constants.js index c9abff8e2..d8cb233f6 100644 --- a/react/features/settings/constants.js +++ b/react/features/settings/constants.js @@ -7,11 +7,6 @@ export const SETTINGS_TABS = { SOUNDS: 'sounds_tab' }; -/** - * View ID for the Settings modal. - */ -export const SETTINGS_VIEW_ID = 'SETTINGS_VIEW_ID'; - /** * Default frame rate to be used for capturing screenshare. */