Removed unnecessary setTitle call.

This commit is contained in:
Christiano, Kevin 2019-04-03 09:40:03 -04:00
parent dd407f45f9
commit cad3555156

View File

@ -109,7 +109,6 @@ open class CaretButton: MFCustomButton {
@objc open override func setAsMolecule() {
backgroundColor = .clear
setTitle(actionMap?.optionalStringForKey(KeyTitle), for: .normal)
}
@objc override open func setWithJSON(_ json: [AnyHashable: Any]?, delegate: NSObject?, additionalData: [AnyHashable: Any]?) {