From a869eddeb996f764a463fc14e5489eb27c2fd59e Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Mon, 10 Feb 2014 13:09:20 -0600 Subject: Remove unused functions Change-Id: I3230412e6aad7aab0f2fd034cc7b289cd4cd6a97 --- 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 6e93805d9..661ca02db 100644 --- a/twrp-functions.hpp +++ b/twrp-functions.hpp @@ -49,7 +49,6 @@ public: static int Get_File_Type(string fn); // Determines file type, 0 for unknown, 1 for gzip, 2 for OAES encrypted static int Try_Decrypting_File(string fn, string password); // -1 for some error, 0 for failed to decrypt, 1 for decrypted, 3 for decrypted and found gzip format static unsigned long Get_File_Size(string Path); // Returns the size of a file - static vector split_string(const string &in, char del, bool skip_empty); #ifndef BUILD_TWRPTAR_MAIN static void install_htc_dumlock(void); // Installs HTC Dumlock -- cgit v1.2.3