From fdf5fcc34416ff1d859acec2a61780bd8f13ece5 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Tue, 11 Sep 2012 10:27:01 -0400 Subject: Move device ID code to data manager --- extra-functions.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'extra-functions.h') 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(); -- cgit v1.2.3