mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
remove dead code Inspector.accumulateString
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user