summaryrefslogtreecommitdiff
path: root/libs/hwui/RenderNode.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2018-04-09 09:41:29 -0700
committerJohn Reck <jreck@google.com>2018-04-09 14:50:40 -0700
commit617673f83f30a36eecd429df586e5ef6598116e1 (patch)
treeda52e88529e4e5e992243483431003d87fc73684 /libs/hwui/RenderNode.h
parent325f7284d9b45d1a673b69dc8bf64d4d33b32305 (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.h1
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(); }