From eacadbff40fbf739c470fe115e7e090eb25fb3d1 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 6 Jan 2016 02:29:20 +0000 Subject: [PATCH] remove stale onSvgLoad --- src/components/structures/RoomSubList.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index c036ccd674..ca60a59ebd 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -262,10 +262,6 @@ var RoomSubList = React.createClass({ }); }, - onSvgLoad: function(event) { - dis.dispatch({ action: "svg_onload", svg: event.target }); - }, - _getHeaderJsx: function() { var TintableSvg = sdk.getComponent("elements.TintableSvg"); return (