Remove crash handler

This commit is contained in:
Petr Mrázek
2014-11-15 23:22:08 +01:00
parent 2315bf7bc5
commit b7c4284019
8 changed files with 0 additions and 446 deletions

View File

@ -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"