瀏覽代碼

misc: remove duplicated declarations

j8
Saúl Ibarra Corretgé 8 年之前
父節點
當前提交
7e831117b6
共有 1 個檔案被更改,包括 0 行新增4 行删除
  1. 0
    4
      react/features/authentication/components/WaitForOwnerDialog.native.js

+ 0
- 4
react/features/authentication/components/WaitForOwnerDialog.native.js 查看文件

@@ -81,8 +81,6 @@ class WaitForOwnerDialog extends Component {
81 81
         );
82 82
     }
83 83
 
84
-    _onCancel: () => void;
85
-
86 84
     /**
87 85
      * Called when the cancel button is clicked.
88 86
      *
@@ -93,8 +91,6 @@ class WaitForOwnerDialog extends Component {
93 91
         this.props.dispatch(cancelWaitForOwner());
94 92
     }
95 93
 
96
-    _onLogin: () => void;
97
-
98 94
     /**
99 95
      * Called when the OK button is clicked.
100 96
      *

Loading…
取消
儲存