Remove spurious, unused code

This commit is contained in:
Luke Barnard 2017-07-04 15:20:00 +01:00
parent e6ec5742be
commit 77348e6201
2 changed files with 0 additions and 25 deletions

View file

@ -887,14 +887,7 @@ MessageComposerInput.propTypes = {
// called with current plaintext content (as a string) whenever it changes
onContentChanged: React.PropTypes.func,
onUpArrow: React.PropTypes.func,
onDownArrow: React.PropTypes.func,
onFilesPasted: React.PropTypes.func,
// attempts to confirm currently selected completion, returns whether actually confirmed
tryComplete: React.PropTypes.func,
onInputStateChanged: React.PropTypes.func,
};