summaryrefslogtreecommitdiffstats
path: root/adb_install.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-05-01 23:00:14 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-05-01 23:00:14 +0200
commit84cec1e00315aa604ffe682f6744c2f16cc5c4c0 (patch)
tree1c5d83ef372f6af4d321d5c56394212e3ca86a0a /adb_install.h
parentMerge "minui: Fix breakage in graphics_adf." am: 54da112277 am: d66f05b82c am: 4cc6889da8 (diff)
parentMerge "adb_install: Stop passing RecoveryUI as a parameter." am: e58dabade9 am: dc534a9481 (diff)
downloadandroid_bootable_recovery-84cec1e00315aa604ffe682f6744c2f16cc5c4c0.tar
android_bootable_recovery-84cec1e00315aa604ffe682f6744c2f16cc5c4c0.tar.gz
android_bootable_recovery-84cec1e00315aa604ffe682f6744c2f16cc5c4c0.tar.bz2
android_bootable_recovery-84cec1e00315aa604ffe682f6744c2f16cc5c4c0.tar.lz
android_bootable_recovery-84cec1e00315aa604ffe682f6744c2f16cc5c4c0.tar.xz
android_bootable_recovery-84cec1e00315aa604ffe682f6744c2f16cc5c4c0.tar.zst
android_bootable_recovery-84cec1e00315aa604ffe682f6744c2f16cc5c4c0.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