chore: remove unused modal ids constants (#11036)

pull/11037/head jitsi-meet_7042
Shahab 3 years ago committed by GitHub
parent 0ce6fce58d
commit a6b55b676c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      react/features/etherpad/constants.js
  2. 1
      react/features/etherpad/index.js
  3. 5
      react/features/invite/constants.js
  4. 5
      react/features/settings/constants.js

@ -1,4 +0,0 @@
/**
* Modal view ID of the SharedDocument view.
*/
export const SHARE_DOCUMENT_VIEW_ID = 'SHARE_DOCUMENT_VIEW_ID';

@ -1,5 +1,4 @@
export * from './actions';
export * from './actionTypes';
export * from './components';
export * from './constants';
export * from './functions';

@ -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.

@ -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.
*/

Loading…
Cancel
Save