Skip to content

Commit

Permalink
chore: remove modal ids constants
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m1t committed Mar 15, 2022
1 parent 0ce6fce commit 55d05af
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions react/features/etherpad/constants.js

This file was deleted.

1 change: 0 additions & 1 deletion react/features/etherpad/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './actions';
export * from './actionTypes';
export * from './components';
export * from './constants';
export * from './functions';
5 changes: 0 additions & 5 deletions react/features/invite/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 0 additions & 5 deletions react/features/settings/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 55d05af

Please sign in to comment.