| Index: include/core/SkBitmapDevice.h
|
| diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h
|
| index 26c05741562f3f6ca73d0b55bc23fc1446d28dad..48b0386dc20bb08391c4ffcaa34242bcac044c46 100644
|
| --- a/include/core/SkBitmapDevice.h
|
| +++ b/include/core/SkBitmapDevice.h
|
| @@ -45,12 +45,6 @@ public:
|
| */
|
| virtual bool isOpaque() const SK_OVERRIDE { return fBitmap.isOpaque(); }
|
|
|
| -#ifdef SK_SUPPORT_LEGACY_DEVICE_CONFIG
|
| - /** Return the bitmap config of the device's pixels
|
| - */
|
| - virtual SkBitmap::Config config() const SK_OVERRIDE { return fBitmap.config(); }
|
| -#endif
|
| -
|
| virtual SkImageInfo imageInfo() const SK_OVERRIDE;
|
|
|
| /**
|
|
|