diff --git a/src/components/views/elements/TintableSvg.js b/src/components/views/elements/TintableSvg.js index 1ffd18c1a7..f7273fb4b3 100644 --- a/src/components/views/elements/TintableSvg.js +++ b/src/components/views/elements/TintableSvg.js @@ -53,11 +53,6 @@ var TintableSvg = React.createClass({ ReactDOM.findDOMNode(this).removeEventListener('load', this.onLoad); }, - shouldComponentUpdate: function(nextProps, nextState) { - // XXX: no dynamic TintableSvgs for now; speed above all else - return false; - }, - tint: function() { // TODO: only bother running this if the global tint settings have changed // since we loaded!