summaryrefslogtreecommitdiffstats
path: root/extra-functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'extra-functions.h')
-rw-r--r--extra-functions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/extra-functions.h b/extra-functions.h
index 0c702b7da..f763d170a 100644
--- a/extra-functions.h
+++ b/extra-functions.h
@@ -14,10 +14,6 @@ static RSAPublicKey* TWload_keys(const char* filename, int* numKeys);
int TWverify_file(const char* path, const RSAPublicKey *pKeys, unsigned int numKeys);
int TWinstall_zip(const char* path, int* wipe_cache);
-// Device ID variable / function
-extern char device_id[64];
-void get_device_id();
-
void wipe_dalvik_cache();
void wipe_battery_stats();
void wipe_rotate_data();