Appease the linter

This commit is contained in:
Travis Ralston 2020-01-13 13:28:33 -07:00
parent 5fd27a10bb
commit bf6798e109
5 changed files with 10 additions and 10 deletions

View file

@ -1136,8 +1136,6 @@ const TimelinePanel = createReactClass({
const messagePanel = this._messagePanel.current;
if (messagePanel === undefined) return null;
const EventTile = sdk.getComponent('rooms.EventTile');
const wrapperRect = ReactDOM.findDOMNode(messagePanel).getBoundingClientRect();
const myUserId = MatrixClientPeg.get().credentials.userId;