diff --git a/react/features/authentication/components/WaitForOwnerDialog.native.js b/react/features/authentication/components/WaitForOwnerDialog.native.js index 492e4bb9a..95444591c 100644 --- a/react/features/authentication/components/WaitForOwnerDialog.native.js +++ b/react/features/authentication/components/WaitForOwnerDialog.native.js @@ -81,8 +81,6 @@ class WaitForOwnerDialog extends Component { ); } - _onCancel: () => void; - /** * Called when the cancel button is clicked. * @@ -93,8 +91,6 @@ class WaitForOwnerDialog extends Component { this.props.dispatch(cancelWaitForOwner()); } - _onLogin: () => void; - /** * Called when the OK button is clicked. *