summaryrefslogtreecommitdiffstats
path: root/adb_install.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-05-01 22:45:20 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-05-01 22:45:21 +0200
commite58dabade9d7e48817dfa0e6a718aa1780bc8fb3 (patch)
tree09473679028a2f8a4f3bfff63da9bf05ed8eac88 /adb_install.h
parentMerge "minui: Fix breakage in graphics_adf." (diff)
parentadb_install: Stop passing RecoveryUI as a parameter. (diff)
downloadandroid_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.h4
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