1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-16 22:01:54 +03:00

Remove unused case statement.

This commit is contained in:
Richard Lewis
2017-06-27 11:55:32 +01:00
parent 89f051e693
commit ad9a3d9ddc

View File

@ -470,11 +470,6 @@ module.exports = React.createClass({
showApps: payload.show ? true : false,
});
break;
case 'forward_event':
this.setState({
forwardingEvent: payload.content,
});
break;
}
},