summaryrefslogtreecommitdiffstats
path: root/gui/action.cpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2018-07-20 19:22:33 +0200
committerEthan Yonker <dees_troy@teamw.in>2018-07-20 20:45:16 +0200
commitfa67cbf18bc43ff8cda34b91acdb43feb1214777 (patch)
tree651c1743cda4e2787cd08b15fea839b30c42fe46 /gui/action.cpp
parent3.2.2 (diff)
downloadandroid_bootable_recovery-fa67cbf18bc43ff8cda34b91acdb43feb1214777.tar
android_bootable_recovery-fa67cbf18bc43ff8cda34b91acdb43feb1214777.tar.gz
android_bootable_recovery-fa67cbf18bc43ff8cda34b91acdb43feb1214777.tar.bz2
android_bootable_recovery-fa67cbf18bc43ff8cda34b91acdb43feb1214777.tar.lz
android_bootable_recovery-fa67cbf18bc43ff8cda34b91acdb43feb1214777.tar.xz
android_bootable_recovery-fa67cbf18bc43ff8cda34b91acdb43feb1214777.tar.zst
android_bootable_recovery-fa67cbf18bc43ff8cda34b91acdb43feb1214777.zip
Diffstat (limited to 'gui/action.cpp')
-rw-r--r--gui/action.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/action.cpp b/gui/action.cpp
index 3d497ca5c..fb05d77b4 100644
--- a/gui/action.cpp
+++ b/gui/action.cpp
@@ -1607,8 +1607,7 @@ int GUIAction::installsu(std::string arg __unused)
if (simulate) {
simulate_progress_bar();
} else {
- if (!TWFunc::Install_SuperSU())
- op_status = 1;
+ LOGERR("Installing SuperSU was deprecated from TWRP.\n");
}
operation_end(op_status);