summaryrefslogtreecommitdiff
path: root/libs/hwui/PatchCache.h
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2016-12-02 10:22:57 -0800
committer John Reck <jreck@google.com> 2016-12-09 22:04:53 +0000
commit03240107a54c8a0ad1e7e496c81182eb5a086f89 (patch)
treebefc2f5b366936c1692a11c185e418c810dd0418 /libs/hwui/PatchCache.h
parentce44045d855586394e5b023d1cee69c5fd9dce6d (diff)
Delete dead code
Test: none, it's unused code Change-Id: If25f4f22d8f3a9819f673bacce9ad4c213dd73ed
Diffstat (limited to 'libs/hwui/PatchCache.h')
-rw-r--r--libs/hwui/PatchCache.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/hwui/PatchCache.h b/libs/hwui/PatchCache.h
index 0624c355332c..aa746c7dfa15 100644
--- a/libs/hwui/PatchCache.h
+++ b/libs/hwui/PatchCache.h
@@ -69,10 +69,6 @@ public:
return mMeshBuffer;
}
- uint32_t getGenerationId() const {
- return mGenerationId;
- }
-
/**
* Removes the entries associated with the specified 9-patch. This is meant
* to be called from threads that are not the EGL context thread (GC thread
@@ -175,8 +171,6 @@ private:
// First available free block inside the mesh buffer
BufferBlock* mFreeBlocks;
- uint32_t mGenerationId;
-
// Garbage tracking, required to handle GC events on the VM side
Vector<Res_png_9patch*> mGarbage;
mutable Mutex mLock;