| Index: sky/engine/platform/graphics/Image.h
|
| diff --git a/sky/engine/platform/graphics/Image.h b/sky/engine/platform/graphics/Image.h
|
| index 742513aee8dcb8506c12c96f39e831fd7292996a..c901a10064a260e22c91b6342e969fa074a95f3a 100644
|
| --- a/sky/engine/platform/graphics/Image.h
|
| +++ b/sky/engine/platform/graphics/Image.h
|
| @@ -61,8 +61,6 @@ class PLATFORM_EXPORT Image : public RefCounted<Image> {
|
| public:
|
| virtual ~Image();
|
|
|
| - static PassRefPtr<Image> loadPlatformResource(const char* name);
|
| -
|
| virtual bool isBitmapImage() const { return false; }
|
| virtual bool currentFrameKnownToBeOpaque() = 0;
|
|
|
|
|