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:
parent
4428a8404c
commit
d6635829d5
1 changed files with 0 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue