From a6d7f6a4c7917deb5dbc4757619405a733b499ba Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 4 Feb 2019 18:52:10 +0000 Subject: [PATCH] remove unused variable --- src/components/structures/SearchBox.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/structures/SearchBox.js b/src/components/structures/SearchBox.js index db982b0d59..5792b2904c 100644 --- a/src/components/structures/SearchBox.js +++ b/src/components/structures/SearchBox.js @@ -95,8 +95,6 @@ module.exports = React.createClass({ }, render: function() { - const TintableSvg = sdk.getComponent('elements.TintableSvg'); - // check for collapsed here and // not at parent so we keep // searchTerm in our state