summaryrefslogtreecommitdiffstats
path: root/twrp-functions.hpp
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 /twrp-functions.hpp
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 'twrp-functions.hpp')
-rw-r--r--twrp-functions.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/twrp-functions.hpp b/twrp-functions.hpp
index a1f67f237..0efbdc947 100644
--- a/twrp-functions.hpp
+++ b/twrp-functions.hpp
@@ -83,7 +83,6 @@ public:
static int read_file(string fn, string& results); //read from file
static int read_file(string fn, uint64_t& results); //read from file
static int write_to_file(const string& fn, const string& line); //write to file
- static bool Install_SuperSU(void); // Installs su binary and apk and sets proper permissions
static bool Try_Decrypting_Backup(string Restore_Path, string Password); // true for success, false for failed to decrypt
static string System_Property_Get(string Prop_Name); // Returns value of Prop_Name from reading /system/build.prop
static string Get_Current_Date(void); // Returns the current date in ccyy-m-dd--hh-nn-ss format