From 9350b8d6ed0100c6a1a613207841629fa6303928 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Thu, 27 Sep 2012 12:38:38 -0400 Subject: Update sdcard partitioning to C++ --- twinstall.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'twinstall.cpp') diff --git a/twinstall.cpp b/twinstall.cpp index 4bc69424e..86a0979a3 100644 --- a/twinstall.cpp +++ b/twinstall.cpp @@ -41,11 +41,6 @@ #include "partitions.hpp" #include "twrp-functions.hpp" -extern "C" { -#include "extra-functions.h" -int __system(const char *command); -}; - extern RecoveryUI* ui; #define ASSUMED_UPDATE_BINARY_NAME "META-INF/com/google/android/update-binary" -- cgit v1.2.3