Index: ios/chrome/browser/payments/cells/payment_method_item.h |
diff --git a/ios/chrome/browser/payments/cells/payment_method_item.h b/ios/chrome/browser/payments/cells/payment_method_item.h |
index 0713ec995fea4132993094774f1f0b583bb3cccc..8ff38c0d497149c8e68c95d116f9cc7f9224cc71 100644 |
--- a/ios/chrome/browser/payments/cells/payment_method_item.h |
+++ b/ios/chrome/browser/payments/cells/payment_method_item.h |
@@ -36,9 +36,6 @@ |
// has the same size regardless of whether the accessory type is set. |
@property(nonatomic, assign) BOOL reserveRoomForAccessoryType; |
-// The accessory type to be shown in the cell. |
-@property(nonatomic) MDCCollectionViewCellAccessoryType accessoryType; |
- |
@end |
// PaymentMethodCell implements an MDCCollectionViewCell subclass containing |