summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2016-08-22 15:18:11 -0700
committerTeng-Hui Zhu <ztenghui@google.com>2016-08-31 14:30:37 -0700
commit4ebc5986a88fcf5d838fb0b82b15e1b637ee87a1 (patch)
tree03ba0086740fa517a6a566c990c750f18c03d3e5 /tests
parenta5e0fedbb3e344fa423f349d10e470cc59274ee8 (diff)
Remove redundant code
This can save both system image size and run time memory usage. Every byte counts. :) b/30956516 Change-Id: I1af0455fe488e3122f6cf8e8fca5a5a43a4614f2
Diffstat (limited to 'tests')
-rw-r--r--tests/Assist/res/drawable/assistant.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Assist/res/drawable/assistant.xml b/tests/Assist/res/drawable/assistant.xml
index 2a89dda949b9..56fe2de9b7ba 100644
--- a/tests/Assist/res/drawable/assistant.xml
+++ b/tests/Assist/res/drawable/assistant.xml
@@ -19,9 +19,6 @@ Copyright (C) 2014 The Android Open Source Project
android:viewportWidth="48.0"
android:viewportHeight="48.0">
<path
- android:pathData="M0 0h48v48H0z"
- android:fillColor="#00000000"/>
- <path
android:fillColor="#FF000000"
android:pathData="M38.0,4.0L10.0,4.0C7.79,4.0 6.0,5.79 6.0,8.0l0.0,28.0c0.0,2.21 1.79,4.0 4.0,4.0l8.0,0.0l6.0,6.0 6.0,-6.0l8.0,0.0c2.21,0.0 4.0,-1.79 4.0,-4.0L36.0,8.0c0.0,-2.21 -1.79,-4.0 -4.0,-4.0zM27.75,25.75L24.0,34.0l-3.75,-8.25L12.0,22.0l8.25,-3.75L24.0,10.0l3.75,8.25L36.0,22.0l-8.25,3.75z"/>
</vector>