Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ebc5986 authored by Teng-Hui Zhu's avatar Teng-Hui Zhu
Browse files

Remove redundant code

This can save both system image size and run time memory usage.
Every byte counts. :)

b/30956516

Change-Id: I1af0455fe488e3122f6cf8e8fca5a5a43a4614f2
parent a5e0fedb
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -18,9 +18,6 @@ Copyright (C) 2015 The Android Open Source Project
        android:height="24.0dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <path
        android:pathData="M0 0h24v24H0z"
        android:fillColor="#00000000"/>
    <path
        android:fillColor="#FF000000"
        android:pathData="M12.0,2.0C6.48,2.0 2.0,6.48 2.0,12.0s4.48,10.0 10.0,10.0 10.0,-4.48 10.0,-10.0S17.52,2.0 12.0,2.0zm-2.0,15.0l-5.0,-5.0 1.41,-1.41L10.0,14.17l7.59,-7.59L19.0,8.0l-9.0,9.0z"/>
+0 −3
Original line number Diff line number Diff line
@@ -22,7 +22,4 @@ Copyright (C) 2015 The Android Open Source Project
    <path
        android:fillColor="#FF000000"
        android:pathData="M12.0,8.0l-6.0,6.0l1.4,1.4l4.6,-4.6l4.6,4.6L18.0,14.0L12.0,8.0z"/>
    <path
        android:pathData="M0,0h24v24H0V0z"
        android:fillColor="#00000000"/>
</vector>
+0 −3
Original line number Diff line number Diff line
@@ -21,7 +21,4 @@ Copyright (C) 2015 The Android Open Source Project
    <path
        android:fillColor="#FF000000"
        android:pathData="M33.17,17.17L24.0,26.34l-9.17,-9.17L12.0,20.0l12.0,12.0 12.0,-12.0z"/>
    <path
        android:pathData="M0 0h48v48H0z"
        android:fillColor="#00000000"/>
</vector>
+0 −3
Original line number Diff line number Diff line
@@ -22,7 +22,4 @@ Copyright (C) 2015 The Android Open Source Project
    <path
        android:fillColor="#FF000000"
        android:pathData="M16.6,8.6L12.0,13.2L7.4,8.6L6.0,10.0l6.0,6.0l6.0,-6.0L16.6,8.6z"/>
    <path
        android:pathData="M0,0h24v24H0V0z"
        android:fillColor="#00000000"/>
</vector>
+0 −3
Original line number Diff line number Diff line
@@ -18,9 +18,6 @@ Copyright (C) 2016 The Android Open Source Project
        android:height="24.0dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <path
        android:pathData="M0 0h24v24H0z"
        android:fillColor="#00000000"/>
    <path
        android:fillColor="#FF000000"
        android:pathData="M20.0,2.0L4.0,2.0c-1.1,0.0 -1.9,0.9 -1.99,2.0L2.0,22.0l4.0,-4.0l14.0,0.0c1.1,0.0 2.0,-0.9 2.0,-2.0L22.0,4.0c0.0,-1.1 -0.9,-2.0 -2.0,-2.0zm-7.0,12.0l-2.0,0.0l0.0,-2.0l2.0,0.0l0.0,2.0zm0.0,-4.0l-2.0,0.0L11.0,6.0l2.0,0.0l0.0,4.0z"/>
Loading