diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2016-02-19 03:57:25 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2016-02-19 03:58:06 +0100 |
commit | 07926a3845fa509a0dd051118d1a77113c8bead7 (patch) | |
tree | a374c31294d19ca0f3e8cc23df26c6ba20ad4f50 /gui | |
parent | Fix adopted storage when andsec flag is present (diff) | |
download | android_bootable_recovery-07926a3845fa509a0dd051118d1a77113c8bead7.tar android_bootable_recovery-07926a3845fa509a0dd051118d1a77113c8bead7.tar.gz android_bootable_recovery-07926a3845fa509a0dd051118d1a77113c8bead7.tar.bz2 android_bootable_recovery-07926a3845fa509a0dd051118d1a77113c8bead7.tar.lz android_bootable_recovery-07926a3845fa509a0dd051118d1a77113c8bead7.tar.xz android_bootable_recovery-07926a3845fa509a0dd051118d1a77113c8bead7.tar.zst android_bootable_recovery-07926a3845fa509a0dd051118d1a77113c8bead7.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/gui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/gui.cpp b/gui/gui.cpp index 4c2c74b4d..c2a439acb 100644 --- a/gui/gui.cpp +++ b/gui/gui.cpp @@ -544,11 +544,9 @@ static int runPages(const char *page_name, const int stop_on_page_done) DataManager::SetValue("tw_loaded", 1); -#ifndef TW_OEM_BUILD struct timeval timeout; fd_set fdset; int has_data = 0; -#endif int input_timeout_ms = 0; int idle_frames = 0; |