From b7c4284019e1589f343ea7b497d4f5eb1be0556d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 15 Nov 2014 23:22:08 +0100 Subject: Remove crash handler --- BuildConfig.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'BuildConfig.h') diff --git a/BuildConfig.h b/BuildConfig.h index 5e10beb0..baf2ad6d 100644 --- a/BuildConfig.h +++ b/BuildConfig.h @@ -61,14 +61,10 @@ public: /// The commit hash of this build QString GIT_COMMIT; - const char* GIT_COMMIT_CSTR; /// This is printed on start to standard output QString VERSION_STR; - /// Version string as a char string. Used by the crash handling system to avoid touching heap memory. - const char* VERSION_CSTR; - /** * This is used to fetch the news RSS feed. * It defaults in CMakeLists.txt to "http://multimc.org/rss.xml" -- cgit v1.2.3