mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +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
|
***** GENERAL INFO PAGE
|
||||||
****/
|
****/
|
||||||
|
|
||||||
accumulateString = function (oldVal, newVal) {
|
|
||||||
if (!oldVal || !oldVal.length)
|
|
||||||
return newVal;
|
|
||||||
if (oldVal === newVal)
|
|
||||||
return newVal;
|
|
||||||
return 'Mixed';
|
|
||||||
},
|
|
||||||
|
|
||||||
updateInfoPage = function () {
|
updateInfoPage = function () {
|
||||||
var torrents = data.torrents,
|
var torrents = data.torrents,
|
||||||
e = data.elements,
|
e = data.elements,
|
||||||
|
|
Loading…
Reference in a new issue