| Index: ui/gfx/image/image.h
|
| diff --git a/ui/gfx/image/image.h b/ui/gfx/image/image.h
|
| index 999e397c6176a863002a30430f80e1c63651e471..42422c6c6e1a5ede1cb17afdd45121056a6d6964 100644
|
| --- a/ui/gfx/image/image.h
|
| +++ b/ui/gfx/image/image.h
|
| @@ -137,13 +137,6 @@ class UI_EXPORT Image {
|
| NSImage* CopyNSImage() const;
|
| #endif
|
|
|
| - // DEPRECATED ----------------------------------------------------------------
|
| - // Conversion handlers. These wrap the ToType() variants.
|
| -#if defined(OS_MACOSX)
|
| - operator NSImage*() const;
|
| -#endif
|
| - // ---------------------------------------------------------------------------
|
| -
|
| // Inspects the representations map to see if the given type exists.
|
| bool HasRepresentation(RepresentationType type) const;
|
|
|
|
|