diff options
author | Elliott Hughes <enh@google.com> | 2016-04-15 22:03:44 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-04-15 22:03:44 +0200 |
commit | db8002379ddc90cf279e720d4c9767adad089b2a (patch) | |
tree | 3271713802e38b18170147f448d1b52c06a33509 /minui | |
parent | Merge "Define the Bootloader Control A/B structure" am: e6af522 am: b30c6f6 (diff) | |
parent | Merge "Update the system update animation." into nyc-dev (diff) | |
download | android_bootable_recovery-db8002379ddc90cf279e720d4c9767adad089b2a.tar android_bootable_recovery-db8002379ddc90cf279e720d4c9767adad089b2a.tar.gz android_bootable_recovery-db8002379ddc90cf279e720d4c9767adad089b2a.tar.bz2 android_bootable_recovery-db8002379ddc90cf279e720d4c9767adad089b2a.tar.lz android_bootable_recovery-db8002379ddc90cf279e720d4c9767adad089b2a.tar.xz android_bootable_recovery-db8002379ddc90cf279e720d4c9767adad089b2a.tar.zst android_bootable_recovery-db8002379ddc90cf279e720d4c9767adad089b2a.zip |
Diffstat (limited to 'minui')
-rw-r--r-- | minui/resources.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/minui/resources.cpp b/minui/resources.cpp index 8489d60ef..cf738a7fb 100644 --- a/minui/resources.cpp +++ b/minui/resources.cpp @@ -33,8 +33,6 @@ #include "minui.h" -extern char* locale; - #define SURFACE_DATA_ALIGNMENT 8 static GRSurface* malloc_surface(size_t data_size) { |