diff options
author | Greg Kaiser <gkaiser@google.com> | 2019-12-03 07:31:59 -0800 |
---|---|---|
committer | Greg Kaiser <gkaiser@google.com> | 2019-12-03 07:37:59 -0800 |
commit | 080f9e6579c7a4a58eaf018f328cfd17902e025f (patch) | |
tree | 2171ae3168af1c3cd713f420f7df5da54940e009 | |
parent | 7426ec8e7853943dc571db9b60d89c849589beb3 (diff) |
BootAnimation: Minor whitespace fix
Test: TreeHugger
Change-Id: Iccedcb9bb5751fc0aecbf460be0062ea86fdaccb
-rw-r--r-- | cmds/bootanimation/BootAnimation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp index a5aa531fe6f8..459520a3eb27 100644 --- a/cmds/bootanimation/BootAnimation.cpp +++ b/cmds/bootanimation/BootAnimation.cpp @@ -1161,7 +1161,6 @@ BootAnimation::Animation* BootAnimation::loadAnimation(const String8& fn) return nullptr; } - mLoadedFiles.remove(fn); return animation; } |