diff options
author | 2016-02-06 01:39:34 +0000 | |
---|---|---|
committer | 2016-02-06 01:39:34 +0000 | |
commit | 807842acfacbc12a6ef0234e20ef3f91e669c06f (patch) | |
tree | a7dd12556c57405bc5129c917db91ef6f82d67c9 /libs/hwui/RenderBufferCache.h | |
parent | 2068bb8bb06303997697ecaaa2e7063835a972b6 (diff) | |
parent | 48a8f431fa52ae2ee25ffba9d20676f03bb710ff (diff) |
Merge "Move several property queries to Properties class"
Diffstat (limited to 'libs/hwui/RenderBufferCache.h')
-rw-r--r-- | libs/hwui/RenderBufferCache.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/hwui/RenderBufferCache.h b/libs/hwui/RenderBufferCache.h index 7f59ec1c48b1..f77f4c95b5ba 100644 --- a/libs/hwui/RenderBufferCache.h +++ b/libs/hwui/RenderBufferCache.h @@ -64,10 +64,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(); |