1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00

remove dead code Inspector.accumulateString

This commit is contained in:
Jordan Lee 2012-10-19 15:31:42 +00:00
parent 4428a8404c
commit d6635829d5

View file

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