From fa67cbf18bc43ff8cda34b91acdb43feb1214777 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Fri, 20 Jul 2018 12:22:33 -0500 Subject: Remove SuperSU Change-Id: I2ca7580bbde5a8903b9ba5c1513ddba887e8d49e --- twrp-functions.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'twrp-functions.hpp') 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 -- cgit v1.2.3