diff options
author | Matt Mower <mowerm@gmail.com> | 2015-12-04 05:26:55 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-12-22 22:15:54 +0100 |
commit | 2d50cada066e7c84ebb5b7a3d973a35853cb9412 (patch) | |
tree | 0e29bcc9827790ab8030e498498ead351b17858e /variables.h | |
parent | pixelflinger: Fix local src arch includes (diff) | |
download | android_bootable_recovery-2d50cada066e7c84ebb5b7a3d973a35853cb9412.tar android_bootable_recovery-2d50cada066e7c84ebb5b7a3d973a35853cb9412.tar.gz android_bootable_recovery-2d50cada066e7c84ebb5b7a3d973a35853cb9412.tar.bz2 android_bootable_recovery-2d50cada066e7c84ebb5b7a3d973a35853cb9412.tar.lz android_bootable_recovery-2d50cada066e7c84ebb5b7a3d973a35853cb9412.tar.xz android_bootable_recovery-2d50cada066e7c84ebb5b7a3d973a35853cb9412.tar.zst android_bootable_recovery-2d50cada066e7c84ebb5b7a3d973a35853cb9412.zip |
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/variables.h b/variables.h index c20eb2b4e..f7304b474 100644 --- a/variables.h +++ b/variables.h @@ -111,7 +111,6 @@ #define TW_REBOOT_POWEROFF "tw_reboot_poweroff" #define TW_REBOOT_BOOTLOADER "tw_reboot_bootloader" -#define TW_HAS_DUAL_STORAGE "tw_has_dual_storage" #define TW_USE_EXTERNAL_STORAGE "tw_use_external_storage" #define TW_HAS_INTERNAL "tw_has_internal" #define TW_INTERNAL_PATH "tw_internal_path" // /data/media or /internal |