summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-03-29 23:53:23 +0100
committerTao Bao <tbao@google.com>2019-03-29 23:54:02 +0100
commite0cfab3de9d0e1b09799c7e488f171b31ddfe7bf (patch)
treebca9e55c10ab5d09e5fb76cf9c71bc5ff8138cdd /common.h
parentRemove ui_print(). (diff)
downloadandroid_bootable_recovery-e0cfab3de9d0e1b09799c7e488f171b31ddfe7bf.tar
android_bootable_recovery-e0cfab3de9d0e1b09799c7e488f171b31ddfe7bf.tar.gz
android_bootable_recovery-e0cfab3de9d0e1b09799c7e488f171b31ddfe7bf.tar.bz2
android_bootable_recovery-e0cfab3de9d0e1b09799c7e488f171b31ddfe7bf.tar.lz
android_bootable_recovery-e0cfab3de9d0e1b09799c7e488f171b31ddfe7bf.tar.xz
android_bootable_recovery-e0cfab3de9d0e1b09799c7e488f171b31ddfe7bf.tar.zst
android_bootable_recovery-e0cfab3de9d0e1b09799c7e488f171b31ddfe7bf.zip
Diffstat (limited to '')
-rw-r--r--common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common.h b/common.h
index 9cb44bd37..a524a4184 100644
--- a/common.h
+++ b/common.h
@@ -36,5 +36,3 @@ extern std::string stage;
extern const char* reason;
bool is_ro_debuggable();
-
-bool SetUsbConfig(const std::string& state);