Przeglądaj źródła

misc: remove duplicated declarations

j8
Saúl Ibarra Corretgé 8 lat temu
rodzic
commit
7e831117b6

+ 0
- 4
react/features/authentication/components/WaitForOwnerDialog.native.js Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz