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/RenderNode.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/RenderNode.h')
-rw-r--r-- | libs/hwui/RenderNode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h index 1469a156e2d8..1e0d4e2c2254 100644 --- a/libs/hwui/RenderNode.h +++ b/libs/hwui/RenderNode.h @@ -108,7 +108,6 @@ public: ANDROID_API void output(); ANDROID_API int getDebugSize(); - void copyTo(proto::RenderNode* node); bool isRenderable() const { return mDisplayList && !mDisplayList->isEmpty(); } |