summaryrefslogtreecommitdiffstats
path: root/BuildConfig.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-11-15 23:22:08 +0100
committerPetr Mrázek <peterix@gmail.com>2014-11-15 23:35:24 +0100
commitb7c4284019e1589f343ea7b497d4f5eb1be0556d (patch)
tree5263a94518770ffc327d6fb43487719d7dce4d31 /BuildConfig.h
parent2315bf7bc518405f6d548250cdfda67fb76b3bb0 (diff)
downloadMultiMC-b7c4284019e1589f343ea7b497d4f5eb1be0556d.tar
MultiMC-b7c4284019e1589f343ea7b497d4f5eb1be0556d.tar.gz
MultiMC-b7c4284019e1589f343ea7b497d4f5eb1be0556d.tar.lz
MultiMC-b7c4284019e1589f343ea7b497d4f5eb1be0556d.tar.xz
MultiMC-b7c4284019e1589f343ea7b497d4f5eb1be0556d.zip
Remove crash handler
Diffstat (limited to 'BuildConfig.h')
-rw-r--r--BuildConfig.h4
1 files changed, 0 insertions, 4 deletions
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"