diff options
Diffstat (limited to '')
-rw-r--r-- | extra-functions.h | 4 |
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(); |