diff options
author | 2015-06-08 15:45:58 -0700 | |
---|---|---|
committer | 2015-06-08 15:45:58 -0700 | |
commit | 4538ef2abcdf672e12f00bd944a816af35f16ed1 (patch) | |
tree | 4f5245d1bc8e54b2bc2ead309fa0b45a49a37182 /libs/hwui/TextureCache.h | |
parent | e50b091df9586c5c41d219ffb0c41fa3f893c329 (diff) |
Delete unused
Change-Id: If27e1eb8e42313eae14df58a24ca54fafb2992fa
Diffstat (limited to 'libs/hwui/TextureCache.h')
-rw-r--r-- | libs/hwui/TextureCache.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/hwui/TextureCache.h b/libs/hwui/TextureCache.h index a2c6380cacc2..e7fc990a6588 100644 --- a/libs/hwui/TextureCache.h +++ b/libs/hwui/TextureCache.h @@ -80,11 +80,6 @@ public: * cannot be found in the cache, a new texture is generated. */ Texture* get(const SkBitmap* bitmap); - /** - * Returns the texture associated with the specified bitmap. The generated - * texture is not kept in the cache. The caller must destroy the texture. - */ - Texture* getTransient(const SkBitmap* bitmap); /** * Removes the texture associated with the specified pixelRef. This is meant |