diff options
| author | 2015-05-11 18:23:09 -0700 | |
|---|---|---|
| committer | 2015-05-11 19:10:24 -0700 | |
| commit | 42455fc9182cfe0c9f91c77712541888ca61df9e (patch) | |
| tree | 27f204481411d3674a4642360f1a54a9840b2024 /libs/hwui/PathCache.h | |
| parent | 0a775ce9801f03071d1e9bcc177d79e6fe350702 (diff) | |
Remove usage of Texture::cleanup in PathCache
bug:21039605
Was causing double-deletes, is unneeded.
Change-Id: I5c0a21d076fae7039d777ca09b21492f97fea98b
Diffstat (limited to 'libs/hwui/PathCache.h')
| -rw-r--r-- | libs/hwui/PathCache.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/hwui/PathCache.h b/libs/hwui/PathCache.h index 42976932b07c..70148631db34 100644 --- a/libs/hwui/PathCache.h +++ b/libs/hwui/PathCache.h @@ -186,10 +186,6 @@ public: void clear(); /** - * Sets the maximum size of the cache in bytes. - */ - void setMaxSize(uint32_t maxSize); - /** * Returns the maximum size of the cache in bytes. */ uint32_t getMaxSize(); |