| Index: ios/chrome/browser/ui/collection_view/cells/collection_view_text_item.h
|
| diff --git a/ios/chrome/browser/ui/collection_view/cells/collection_view_text_item.h b/ios/chrome/browser/ui/collection_view/cells/collection_view_text_item.h
|
| index 6adc327730cacec7aa8105a45c804a957827abc2..aa3f6425d3225e8e2af1cf0209c2649f592232ed 100644
|
| --- a/ios/chrome/browser/ui/collection_view/cells/collection_view_text_item.h
|
| +++ b/ios/chrome/browser/ui/collection_view/cells/collection_view_text_item.h
|
| @@ -22,9 +22,6 @@
|
| // The secondary text to display.
|
| @property(nonatomic, nullable, copy) NSString* detailText;
|
|
|
| -// The image to show.
|
| -@property(nonatomic, nullable, strong) UIImage* image;
|
| -
|
| // The font of the main text. The Default value is the medium Roboto font of
|
| // size 14.
|
| @property(nonatomic, null_resettable, copy) UIFont* textFont;
|
|
|