| Index: sky/engine/public/platform/Platform.h
|
| diff --git a/sky/engine/public/platform/Platform.h b/sky/engine/public/platform/Platform.h
|
| index 863bcde919dc10093e1a01548c1d302a0862b4b0..17ab8b4359712200cfa6eb8fb104040518b2b68f 100644
|
| --- a/sky/engine/public/platform/Platform.h
|
| +++ b/sky/engine/public/platform/Platform.h
|
| @@ -177,13 +177,6 @@ public:
|
| virtual void decrementStatsCounter(const char* name) { }
|
| virtual void incrementStatsCounter(const char* name) { }
|
|
|
| -
|
| - // Resources -----------------------------------------------------------
|
| -
|
| - // Returns a blob of data corresponding to the named resource.
|
| - virtual WebData loadResource(const char* name) { return WebData(); }
|
| -
|
| -
|
| // Screen -------------------------------------------------------------
|
|
|
| // Supplies the system monitor color profile.
|
|
|