Prechádzať zdrojové kódy

Remove commented code

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 rok pred
rodič
commit
ea4a89a8a9

+ 0 - 5
iOSClient/Main/Collection Common/NCListCell.swift

@@ -143,11 +143,6 @@ class NCListCell: UICollectionViewCell, UIGestureRecognizerDelegate, NCCellProto
         labelInfo.text = ""
         labelTitle.textColor = .label
         labelInfo.textColor = .systemGray
-
-        // tag0.layer.masksToBounds = true
-        // tag0.layer.borderColor = UIColor.systemGray5.cgColor
-        // tag0.layer.borderWidth = 1.0
-        // tag0.layer.cornerRadius = 8
     }
 
     override func prepareForReuse() {