From: Jordan Lee Date: Fri, 19 Oct 2012 15:31:42 +0000 (+0000) Subject: remove dead code Inspector.accumulateString X-Git-Tag: 2.74~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6635829d5c08ea57bc2b2a892c855c788efddf1;p=transmission remove dead code Inspector.accumulateString --- diff --git a/web/javascript/inspector.js b/web/javascript/inspector.js index 1f1955953..dea61784b 100644 --- a/web/javascript/inspector.js +++ b/web/javascript/inspector.js @@ -82,14 +82,6 @@ function Inspector(controller) { ***** GENERAL INFO PAGE ****/ - accumulateString = function (oldVal, newVal) { - if (!oldVal || !oldVal.length) - return newVal; - if (oldVal === newVal) - return newVal; - return 'Mixed'; - }, - updateInfoPage = function () { var torrents = data.torrents, e = data.elements,