| Index: sky/engine/platform/graphics/Image.h
|
| diff --git a/sky/engine/platform/graphics/Image.h b/sky/engine/platform/graphics/Image.h
|
| index 2aece7618a98d423116147f6f7a8a51c61ace4b5..2f4c0b428bea00856066ea243454c20dedfa917b 100644
|
| --- a/sky/engine/platform/graphics/Image.h
|
| +++ b/sky/engine/platform/graphics/Image.h
|
| @@ -62,7 +62,6 @@ public:
|
| virtual ~Image();
|
|
|
| static PassRefPtr<Image> loadPlatformResource(const char* name);
|
| - static bool supportsType(const String&);
|
|
|
| virtual bool isBitmapImage() const { return false; }
|
| virtual bool currentFrameKnownToBeOpaque() = 0;
|
|
|