OSDN Git Service

Remove unused methods from AssetManager.cpp
authorAdam Lesinski <adamlesinski@google.com>
Mon, 3 Oct 2016 23:26:28 +0000 (16:26 -0700)
committerAdam Lesinski <adamlesinski@google.com>
Mon, 3 Oct 2016 23:33:12 +0000 (16:33 -0700)
commita77685fa59a327b33e7acbcefe35e63243014cbd
tree12fe981ecd8bc19b6dda8bc5177cc0c3aa13be41
parent1b219d06e397880e65b7af25a000954a3a39567a
Remove unused methods from AssetManager.cpp

A lot of the vendor/locale specific code existed pre-1.0
and was reworked into the current system.

Test: refactoring CL, all code except setLocale() was not being executed.
Test: setLocale() change tested manually
Change-Id: Ifb098f9808763a6cf5fb4336e089430adc09e198
include/androidfw/AssetManager.h
libs/androidfw/AssetManager.cpp
tools/aapt/Command.cpp