misc: remove duplicated declarations

This commit is contained in:
Saúl Ibarra Corretgé 2017-10-26 15:31:13 +02:00
parent b4b2d6f630
commit 7e831117b6
1 changed files with 0 additions and 4 deletions

View File

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