diff options
author | John Reck <jreck@google.com> | 2018-04-09 09:41:29 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2018-04-09 14:50:40 -0700 |
commit | 617673f83f30a36eecd429df586e5ef6598116e1 (patch) | |
tree | da52e88529e4e5e992243483431003d87fc73684 /libs/hwui/renderthread/RenderProxy.h | |
parent | 325f7284d9b45d1a673b69dc8bf64d4d33b32305 (diff) |
Remove dead code
Remove an old protobuf serialization experiement, skp capture
does this better
Test: builds
Change-Id: Icd875eabee6b517729f901841e48e579d0e8de4d
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.h')
-rw-r--r-- | libs/hwui/renderthread/RenderProxy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h index 3425c5c68a72..433adeb5eb37 100644 --- a/libs/hwui/renderthread/RenderProxy.h +++ b/libs/hwui/renderthread/RenderProxy.h @@ -109,8 +109,6 @@ public: ANDROID_API static void setProcessStatsBuffer(int fd); ANDROID_API int getRenderThreadTid(); - ANDROID_API void serializeDisplayListTree(); - ANDROID_API void addRenderNode(RenderNode* node, bool placeFront); ANDROID_API void removeRenderNode(RenderNode* node); ANDROID_API void drawRenderNode(RenderNode* node); |