Ver código fonte

chore: remove unused modal ids constants (#11036)

master
Shahab 3 anos atrás
pai
commit
a6b55b676c
Nenhuma conta vinculada ao e-mail do autor do commit

+ 0
- 4
react/features/etherpad/constants.js Ver arquivo

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

+ 0
- 1
react/features/etherpad/index.js Ver arquivo

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

+ 0
- 5
react/features/invite/constants.js Ver arquivo

@@ -7,11 +7,6 @@
7 7
  */
8 8
 export const DIAL_IN_INFO_PAGE_PATH_NAME = 'static/dialInInfo.html';
9 9
 
10
-/**
11
- * Modal ID for the DialInSummary modal.
12
- */
13
-export const DIAL_IN_SUMMARY_VIEW_ID = 'DIAL_IN_SUMMARY_VIEW_ID';
14
-
15 10
 /**
16 11
  * The identifier of the sound to be played when the status of an outgoing call
17 12
  * is expired.

+ 0
- 5
react/features/settings/constants.js Ver arquivo

@@ -7,11 +7,6 @@ export const SETTINGS_TABS = {
7 7
     SOUNDS: 'sounds_tab'
8 8
 };
9 9
 
10
-/**
11
- * View ID for the Settings modal.
12
- */
13
-export const SETTINGS_VIEW_ID = 'SETTINGS_VIEW_ID';
14
-
15 10
 /**
16 11
  * Default frame rate to be used for capturing screenshare.
17 12
  */

Carregando…
Cancelar
Salvar