From 01a9b7a7f88696d579eed5e55831267a6cb4220f Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Mon, 1 Oct 2012 09:01:03 -0400 Subject: Fix output of version number --- twrp-functions.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'twrp-functions.hpp') diff --git a/twrp-functions.hpp b/twrp-functions.hpp index da17e3cd1..b28d04ba5 100644 --- a/twrp-functions.hpp +++ b/twrp-functions.hpp @@ -36,7 +36,6 @@ public: static void twfinish_recovery(const char *send_intent); // Writes the log to last_log static int tw_reboot(RebootCommand command); // Prepares the device for rebooting static void check_and_run_script(const char* script_file, const char* display_name); // checks for the existence of a script, chmods it to 755, then runs it - static void Output_Version(void); // Outputs the version to a file in the TWRP folder private: static void check_and_fclose(FILE *fp, const char *name); -- cgit v1.2.3