remove stale onSvgLoad

This commit is contained in:
Matthew Hodgson 2016-01-06 02:29:20 +00:00
parent cb29a04674
commit eacadbff40

View file

@ -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 (