summaryrefslogtreecommitdiffstats
path: root/adb_install.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-05-01 20:31:28 +0200
committerTao Bao <tbao@google.com>2017-05-01 20:47:43 +0200
commit0150d013eb096a85e541294ee9df320ef4227df0 (patch)
tree09473679028a2f8a4f3bfff63da9bf05ed8eac88 /adb_install.h
parentMerge "minui: Fix breakage in graphics_adf." (diff)
downloadandroid_bootable_recovery-0150d013eb096a85e541294ee9df320ef4227df0.tar
android_bootable_recovery-0150d013eb096a85e541294ee9df320ef4227df0.tar.gz
android_bootable_recovery-0150d013eb096a85e541294ee9df320ef4227df0.tar.bz2
android_bootable_recovery-0150d013eb096a85e541294ee9df320ef4227df0.tar.lz
android_bootable_recovery-0150d013eb096a85e541294ee9df320ef4227df0.tar.xz
android_bootable_recovery-0150d013eb096a85e541294ee9df320ef4227df0.tar.zst
android_bootable_recovery-0150d013eb096a85e541294ee9df320ef4227df0.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