diff options
author | Tao Bao <tbao@google.com> | 2017-05-01 22:45:20 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-05-01 22:45:21 +0200 |
commit | e58dabade9d7e48817dfa0e6a718aa1780bc8fb3 (patch) | |
tree | 09473679028a2f8a4f3bfff63da9bf05ed8eac88 /adb_install.h | |
parent | Merge "minui: Fix breakage in graphics_adf." (diff) | |
parent | adb_install: Stop passing RecoveryUI as a parameter. (diff) | |
download | android_bootable_recovery-e58dabade9d7e48817dfa0e6a718aa1780bc8fb3.tar android_bootable_recovery-e58dabade9d7e48817dfa0e6a718aa1780bc8fb3.tar.gz android_bootable_recovery-e58dabade9d7e48817dfa0e6a718aa1780bc8fb3.tar.bz2 android_bootable_recovery-e58dabade9d7e48817dfa0e6a718aa1780bc8fb3.tar.lz android_bootable_recovery-e58dabade9d7e48817dfa0e6a718aa1780bc8fb3.tar.xz android_bootable_recovery-e58dabade9d7e48817dfa0e6a718aa1780bc8fb3.tar.zst android_bootable_recovery-e58dabade9d7e48817dfa0e6a718aa1780bc8fb3.zip |
Diffstat (limited to 'adb_install.h')
-rw-r--r-- | adb_install.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/adb_install.h b/adb_install.h index efad436fa..e654c893d 100644 --- a/adb_install.h +++ b/adb_install.h @@ -17,8 +17,6 @@ #ifndef _ADB_INSTALL_H #define _ADB_INSTALL_H -class RecoveryUI; - -int apply_from_adb(RecoveryUI* h, bool* wipe_cache, const char* install_file); +int apply_from_adb(bool* wipe_cache, const char* install_file); #endif |