Remove references to tabComplete, which are now redundant

(since the old composer has been removed)
This commit is contained in:
Luke Barnard 2017-07-13 10:16:59 +01:00
parent 0e12e384cb
commit 04dd98e6e9
4 changed files with 1 additions and 44 deletions

View file

@ -75,8 +75,6 @@ function onSendMessageFailed(err, room) {
*/
export default class MessageComposerInput extends React.Component {
static propTypes = {
tabComplete: React.PropTypes.any,
// a callback which is called when the height of the composer is
// changed due to a change in content.
onResize: React.PropTypes.func,
@ -903,8 +901,6 @@ export default class MessageComposerInput extends React.Component {
}
MessageComposerInput.propTypes = {
tabComplete: React.PropTypes.any,
// a callback which is called when the height of the composer is
// changed due to a change in content.
onResize: React.PropTypes.func,