Remove unused code

pull/324/head
Erik Johnston 2015-11-03 18:59:45 +00:00
parent 5b773b99c0
commit 7dc5f91fad
1 changed files with 0 additions and 5 deletions

View File

@ -52,11 +52,6 @@ module.exports = React.createClass({
var content = this.props.mxEvent.getContent();
var cli = MatrixClientPeg.get();
var videoStyle = {
maxHeight: "500px",
maxWidth: "100%",
};
var height = null;
var width = null;
var poster = null;