From 9c754053b07a724bdd98d039f34899d6a49115b7 Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Wed, 9 Jan 2013 09:09:08 -0500 Subject: Add libtar to TWRP instead of using busybox tar Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function --- fixPermissions.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'fixPermissions.hpp') diff --git a/fixPermissions.hpp b/fixPermissions.hpp index e19b1b387..491029a62 100644 --- a/fixPermissions.hpp +++ b/fixPermissions.hpp @@ -22,7 +22,6 @@ class fixPermissions { int pchmod(std::string fn, string mode); vector listAllDirectories(std::string path); vector listAllFiles(std::string path); - int removeDir(const std::string path); int getPackages(); int fixSystemApps(); int fixDataApps(); -- cgit v1.2.3